Skip to content

Commit

Permalink
Use older version of eslint to stay pre Node.js 1 compliant a little …
Browse files Browse the repository at this point in the history
…longer

As of writing this, we cannot use the latest version of eslint v2.x
because there's something in there that causes explotions when run
with pre Node.js 1 installed.
  • Loading branch information
phillipj committed Nov 11, 2018
1 parent 5a5c1d4 commit b86665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^2.5.1",
"eslint": "2.5.1",
"jshint": "^2.9.5",
"mocha": "^3.0.2",
"uglify-js": "^3.4.6",
Expand Down

0 comments on commit b86665d

Please sign in to comment.