Skip to content

Commit

Permalink
Pin JSHint to ~2.9.5 to avoid bug in JSHint 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 6, 2019
1 parent e88f1ab commit 1eb9812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -4,6 +4,7 @@

* Travis CI run tests on Node versions 10 + 11
* Travis CI does not run tests on Node versions before v6
* Pin JSHint to ~2.9.5 to avoid bug in JSHint 2.10.1

## 2.1.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"mocha": "^4.0.1",
"chai": "^4.1.2",
"jshint": "^2.9.5",
"jshint": "~2.9.5",
"istanbul": "^0.4.5",
"coveralls": "^3.0.0",
"continuation-local-storage": "^3.2.1",
Expand Down

0 comments on commit 1eb9812

Please sign in to comment.