Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
keep eslint @2.x
Browse files Browse the repository at this point in the history
3.x appears to be using ES6 feature that aren’t available in versions of node that we still support
  • Loading branch information
Robert committed Jul 25, 2016
1 parent 8b4e990 commit 11dea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"cheerio": "^0.20.0",
"coveralls": "^2.11.2",
"eslint": "^3.1.1",
"eslint": "^2.13.1",
"istanbul": "^0.4.0",
"js-yaml": "^3.5.4",
"mocha": "^2.5.3",
Expand Down

0 comments on commit 11dea71

Please sign in to comment.