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:
parent
0f93238a94
commit
2685296d1a
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user