Skip to content

Commit

Permalink
fix: Remove eslint as a peerDependency
Browse files Browse the repository at this point in the history
eslint does not need to be a peerDependency.  It will work fine
as a dev dependency.

Ref: LOG-7287
Fixes: #18
Semver: patch
  • Loading branch information
darinspivey committed Sep 14, 2020
1 parent 732a17e commit b99bad6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
"url": "https://github.com/logdna/logger-node/issues"
},
"homepage": "https://github.com/logdna/logger-node#readme",
"peerDependencies": {
"eslint": ">= 6"
},
"eslintConfig": {
"root": true,
"ignorePatterns": [
Expand Down

0 comments on commit b99bad6

Please sign in to comment.