Skip to content

Commit 9455095

Browse files
committed
Merge pull request mozilla#6629 from Snuffleupagus/downgrade-jshint-to-fix-travis
Downgrade the JSHint version in order to fix linting failures on Travis
2 parents 7381ff9 + de07bd2 commit 9455095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.8.0",
44
"devDependencies": {
55
"jsdoc": "^3.3.0-alpha9",
6-
"jshint": "^2.4.0",
6+
"jshint": "~2.8.0",
77
"wintersmith": "^2.0.0",
88
"rimraf": "^2.4.1",
99
"shelljs": "~0.4.0",

0 commit comments

Comments
 (0)