Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Install eslint directly to prevent error on npm2
Browse files Browse the repository at this point in the history
  • Loading branch information
htanjo committed Mar 7, 2016
1 parent 66fc84f commit 1fb4d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"devDependencies": {
"config": "^1.19.0",
"del": "^2.2.0",
"eslint": "^2.3.0",
"eslint-config-xo-space": "^0.11.0",
"github4": "^0.5.3",
"gulp": "^3.9.1",
Expand Down
1 change: 1 addition & 0 deletions templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"browserify": "^13.0.0",
"cssnano": "^3.5.2",
"del": "^2.0.2",
"eslint": "^2.3.0",
"eslint-config-xo-space": "^0.11.0",
"globby": "^4.0.0",
"gulp": "^3.9.0",
Expand Down

0 comments on commit 1fb4d7e

Please sign in to comment.