Skip to content

Commit 8b514c8

Browse files
committed
Update dev dependencies
1 parent 8f9fa80 commit 8b514c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"autoprefixer": "6.3.6",
2121
"grunt": "~1.0",
2222
"grunt-cli": "~1",
23-
"grunt-concurrent": "2.2.1",
23+
"grunt-concurrent": "2.3.0",
2424
"grunt-contrib-clean": "1.0.0",
2525
"grunt-contrib-copy": "1.0.0",
2626
"grunt-contrib-cssmin": "1.0.1",
2727
"grunt-contrib-jshint": "1.0.0",
2828
"grunt-contrib-watch": "1.0.0",
2929
"grunt-dev-update": "2.0.0",
3030
"grunt-postcss": "0.8.0",
31-
"grunt-sass": "1.1.0",
32-
"grunt-sass-lint": "0.1.1",
33-
"load-grunt-tasks": "~3.4",
34-
"node-sass": "3.4.2",
35-
"sass-lint": "1.5.1"
31+
"grunt-sass": "1.2.0",
32+
"grunt-sass-lint": "0.2.0",
33+
"load-grunt-tasks": "~3.5",
34+
"node-sass": "3.7.0",
35+
"sass-lint": "1.7.0"
3636
},
3737
"scripts": {
3838
"test": "grunt travis --verbose"

0 commit comments

Comments
 (0)