Skip to content

Commit

Permalink
Add ESLint peer dependency (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 authored and Turbo87 committed Oct 25, 2019
1 parent 633c811 commit fc69389
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 @@ -31,6 +31,9 @@
"test": "npm run lint && npm run unit-test",
"unit-test": "mocha tests/**/*.js"
},
"peerDependencies": {
"eslint": ">=2.0.0 <= 6.x"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit fc69389

Please sign in to comment.