Skip to content

Commit

Permalink
- npm: Add peerDependencies as called for by ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 24, 2019
1 parent ce0b207 commit 8a87e72
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 @@ -28,6 +28,9 @@
"test": "npm run lint && npm run unit-test",
"unit-test": "mocha tests/**/*.js"
},
"peerDependencies": {
"eslint": ">=2.0.0 <= 6.x"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "5.16.0",
Expand Down

0 comments on commit 8a87e72

Please sign in to comment.