Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from zeroturnaround/change-dep-list
Browse files Browse the repository at this point in the history
Move eslint and babel-eslint to peerDependencies list
  • Loading branch information
bsideup authored Dec 14, 2016
2 parents 0b39162 + 213bf4e commit 4f1c5fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"url": "https://github.com/zeroturnaround/eslint-config-zt/issues"
},
"homepage": "https://github.com/zeroturnaround/eslint-config-zt",
"dependencies": {
"eslint": "^3.7.1",
"babel-eslint": "^7.0.0"
},
"devDependencies": {
"eslint": "^3.7.1",
"babel-eslint": "^7.0.0",
"eslint-plugin-react": "^6.4.0"
},
"peerDependencies": {
"eslint-plugin-react": "^6.4.0"
"eslint": ">=3.7.1",
"babel-eslint": ">=7.0.0",
"eslint-plugin-react": ">=6.4.0"
},
"engines": {
"node": ">= 6"
Expand Down

0 comments on commit 4f1c5fb

Please sign in to comment.