mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
Pin grunt (so travis works).
This commit is contained in:
parent
4cab2bbabb
commit
6f5aff1d90
@ -17,9 +17,10 @@
|
||||
"devDependencies": {
|
||||
"grunt-coffee": "~> 0.0.6",
|
||||
"grunt-mocha": "~> 0.1.7",
|
||||
"grunt-contrib-less": "~> 0.3.2"
|
||||
"grunt-contrib-less": "~> 0.3.2",
|
||||
"grunt": "~> 0.3.17"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt coffee mocha"
|
||||
"test": "./node_modules/.bin/grunt coffee mocha"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user