We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5572be0 commit 24e8905Copy full SHA for 24e8905
package.json
@@ -3,16 +3,17 @@
3
"version": "0.1.0",
4
"private": true,
5
"devDependencies": {
6
+ "coffeelint": "^1.0.0",
7
"grunt": "^0.4.5",
- "grunt-sass": "^1.1.0",
8
+ "grunt-build-control": "^0.5.0",
9
+ "grunt-coffeelint": "0.0.13",
10
"grunt-contrib-connect": "^0.10.1",
- "grunt-contrib-watch": "^0.6.1",
11
"grunt-contrib-copy": "^0.8.0",
12
"grunt-contrib-jshint": "^0.11.2",
13
+ "grunt-contrib-watch": "^0.6.1",
14
+ "grunt-sass": "^1.1.0",
15
"load-grunt-tasks": "^3.2.0",
- "grunt-build-control": "^0.5.0",
- "grunt-coffeelint": "0.0.13",
- "coffeelint": "^1.0.0"
16
+ "node-sass": "^4.2.0"
17
},
18
"engines": {
19
"node": ">=0.10.0",
0 commit comments