Skip to content

Commit 24e8905

Browse files
committed
Update npm dependencies
1 parent 5572be0 commit 24e8905

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
"version": "0.1.0",
44
"private": true,
55
"devDependencies": {
6+
"coffeelint": "^1.0.0",
67
"grunt": "^0.4.5",
7-
"grunt-sass": "^1.1.0",
8+
"grunt-build-control": "^0.5.0",
9+
"grunt-coffeelint": "0.0.13",
810
"grunt-contrib-connect": "^0.10.1",
9-
"grunt-contrib-watch": "^0.6.1",
1011
"grunt-contrib-copy": "^0.8.0",
1112
"grunt-contrib-jshint": "^0.11.2",
13+
"grunt-contrib-watch": "^0.6.1",
14+
"grunt-sass": "^1.1.0",
1215
"load-grunt-tasks": "^3.2.0",
13-
"grunt-build-control": "^0.5.0",
14-
"grunt-coffeelint": "0.0.13",
15-
"coffeelint": "^1.0.0"
16+
"node-sass": "^4.2.0"
1617
},
1718
"engines": {
1819
"node": ">=0.10.0",

0 commit comments

Comments
 (0)