1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00

fix jshint errors on travis by pegging jshint to 2.1.4

This commit is contained in:
Jason San Jose 2013-07-29 14:59:58 -07:00
parent 0f93238a94
commit 2685296d1a
2 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,8 @@
"grunt-contrib-watch": "0.3.1",
"grunt-contrib-jasmine": "0.4.2",
"grunt-template-jasmine-requirejs": "0.1.0",
"q": "0.9.2"
"q": "0.9.2",
"jshint": "2.1.4"
},
"scripts": {
"postinstall": "grunt install",

View File

@ -40,7 +40,8 @@
"grunt-contrib-watch": "0.3.1",
"grunt-contrib-jasmine": "0.4.2",
"grunt-template-jasmine-requirejs": "0.1.0",
"q": "0.9.2"
"q": "0.9.2",
"jshint": "2.1.4"
},
"scripts": {
"postinstall": "grunt install",