Merge pull request #6629 from Snuffleupagus/downgrade-jshint-to-fix-travis

Downgrade the JSHint version in order to fix linting failures on Travis
This commit is contained in:
Yury Delendik 2015-11-12 15:24:30 -06:00
commit 9455095ee9

View File

@ -3,7 +3,7 @@
"version": "0.8.0",
"devDependencies": {
"jsdoc": "^3.3.0-alpha9",
"jshint": "^2.4.0",
"jshint": "~2.8.0",
"wintersmith": "^2.0.0",
"rimraf": "^2.4.1",
"shelljs": "~0.4.0",