Skip to content

Commit

Permalink
fix jshint errors on travis by pegging jshint to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed Jul 29, 2013
1 parent 0f93238 commit 2685296
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2685296

Please sign in to comment.