File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ language: node_js
2
2
node_js :
3
3
- ' 0.8'
4
4
- ' 0.10'
5
-
5
+ before_script :
6
+ - npm install -g grunt-cli
Original file line number Diff line number Diff line change 56
56
],
57
57
"license" : " MIT" ,
58
58
"devDependencies" : {
59
- "grunt" : " ~0.4.1 " ,
60
- "grunt-contrib-clean" : " ~0.4.1 " ,
61
- "grunt-contrib-coffee" : " ~0.7.0 " ,
62
- "grunt-contrib-compress" : " ~0.5.2 " ,
63
- "grunt-contrib-concat" : " ~0.3.0 " ,
64
- "grunt-contrib-copy" : " ~0.4.1 " ,
65
- "grunt-contrib-jasmine" : " ~0.5.1 " ,
66
- "grunt-contrib-uglify" : " ~0.2.2 " ,
67
- "matchdep" : " ~0.1.2 "
59
+ "grunt" : " ~0.4" ,
60
+ "grunt-contrib-clean" : " ~0.4" ,
61
+ "grunt-contrib-coffee" : " ~0.7" ,
62
+ "grunt-contrib-compress" : " ~0.5" ,
63
+ "grunt-contrib-concat" : " ~0.3" ,
64
+ "grunt-contrib-copy" : " ~0.4" ,
65
+ "grunt-contrib-jasmine" : " ~0.5" ,
66
+ "grunt-contrib-uglify" : " ~0.2" ,
67
+ "matchdep" : " ~0.1"
68
68
}
69
69
}
You can’t perform that action at this time.
0 commit comments