Skip to content

Commit

Permalink
Added eslint as a peer dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Apr 16, 2017
1 parent e81b4b8 commit d79a173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"test": "mocha tests --recursive"
},
"dependencies": {},
"peerDependencies": {
"eslint": ">=3.0.0"
},
"devDependencies": {
"eslint": "~3.11.0",
"mocha": "^3.0.2"
Expand Down

0 comments on commit d79a173

Please sign in to comment.