Skip to content

Commit 4449234

Browse files
committed
Some build tool updates
1 parent becfb71 commit 4449234

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,5 +277,4 @@ module.exports = function (grunt)
277277
grunt.registerTask('build', ['clean', 'concurrent', 'replace', 'terser']);
278278
grunt.registerTask('css', ['stylelint', 'sass', 'postcss']);
279279
grunt.registerTask('default', ['watch']);
280-
grunt.registerTask('travis', ['build']);
281280
};

package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"devDependencies": {
1313
"@lodder/grunt-postcss": "3.1.1",
1414
"@squoosh/cli": "0.7.3",
15-
"autoprefixer": "10.4.13",
16-
"cssnano": "5.1.15",
17-
"grunt": "1.5.3",
15+
"autoprefixer": "10.4.15",
16+
"cssnano": "6.0.1",
17+
"grunt": "1.6.1",
1818
"grunt-cli": "1.4.3",
1919
"grunt-concurrent": "3.0.0",
2020
"grunt-contrib-clean": "2.0.1",
@@ -23,14 +23,14 @@
2323
"grunt-contrib-watch": "1.1.0",
2424
"grunt-replace-regex": "1.0.3",
2525
"grunt-sass": "3.1.0",
26-
"grunt-stylelint": "0.16.0",
26+
"grunt-stylelint": "0.19.0",
2727
"grunt-terser": "2.0.0",
2828
"load-grunt-tasks": "5.1.0",
29-
"postcss": "8.4.20",
30-
"sass": "1.59.3",
31-
"stylelint": "13.13.1",
32-
"stylelint-order": "4.1.0",
33-
"stylelint-scss": "3.21.0"
29+
"postcss": "8.4.30",
30+
"sass": "1.67.0",
31+
"stylelint": "15.10.3",
32+
"stylelint-config-standard-scss": "11.0.0",
33+
"stylelint-order": "6.0.3"
3434
},
3535
"dependencies": {
3636
"prismjs": "1.29.0",
@@ -44,8 +44,5 @@
4444
"Firefox ESR",
4545
"not IE 11"
4646
],
47-
"scripts": {
48-
"test": "grunt travis --verbose"
49-
},
5047
"license": "GPL-2.0"
5148
}

0 commit comments

Comments
 (0)