Skip to content

Commit

Permalink
fix: add eslint's peer dependencies
Browse files Browse the repository at this point in the history
Builds on Windows with Node 4 fails with a dependency missing error:
- https://tinyurl.com/ycf38c4h

Not really sure why this is needed, but it seems to be related to the
usage of @kentcdodds' eslint config (https://git.io/vF5Fe).

Here's some more details: https://git.io/vF5d5.
  • Loading branch information
gtramontina committed Nov 21, 2017
1 parent 70eba39 commit c911c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@
"spawn-command": "0.0.2"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"chai": "3.5.0",
"chai-string": "1.3.0",
"codecov": "1.0.1",
"commitizen": "2.9.2",
"cz-conventional-changelog": "1.2.0",
"eslint": "3.12.2",
"eslint-config-kentcdodds": "11.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-mocha": "4.7.0",
"ghooks": "*",
Expand Down

0 comments on commit c911c8f

Please sign in to comment.