Skip to content

Commit 7a9f523

Browse files
committed
Pin grunt (so travis works).
1 parent 4cab2bb commit 7a9f523

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
"devDependencies": {
1818
"grunt-coffee": "~> 0.0.6",
1919
"grunt-mocha": "~> 0.1.7",
20-
"grunt-contrib-less": "~> 0.3.2"
20+
"grunt-contrib-less": "~> 0.3.2",
21+
"grunt": "~> 0.3.17"
2122
},
2223
"scripts": {
23-
"test": "grunt coffee mocha"
24+
"test": "./node_modules/.bin/grunt coffee mocha"
2425
}
2526
}

0 commit comments

Comments
 (0)