Skip to content

Commit

Permalink
move all eslint plugins from dependencies to peer/dev section
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan committed May 29, 2017
1 parent 1b8ccd9 commit aa4161c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
"eslint": "3.19.0",
"eslint-config-react-app": "^1.0.4",
"eslint-loader": "1.7.1",
"eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.0.1",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"fs-extra": "3.0.1",
Expand All @@ -63,9 +59,19 @@
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.0.1",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"peerDependencies": {
"eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.0.1"
},
"optionalDependencies": {
"fsevents": "1.0.17"
}
Expand Down

0 comments on commit aa4161c

Please sign in to comment.