Skip to content

Commit

Permalink
chore(package): move devDeps to appropriate place (#5166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored and arcanis committed Jan 15, 2018
1 parent 6adbd47 commit 4924d70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"preferGlobal": true,
"description": "📦🐈 Fast, reliable, and secure dependency management.",
"dependencies": {
"babel-eslint": "^7.2.3",
"babel-runtime": "^6.26.0",
"bytes": "^2.4.0",
"camelcase": "^4.0.0",
Expand All @@ -17,9 +16,6 @@
"debug": "^2.2.0",
"detect-indent": "^5.0.0",
"dnscache": "^1.0.1",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-relay": "^0.0.8",
"glob": "^7.1.1",
"gunzip-maybe": "^1.4.0",
"ini": "^1.3.4",
Expand Down Expand Up @@ -53,6 +49,7 @@
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.5",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-inline-imports-commonjs": "^1.0.0",
Expand All @@ -68,9 +65,12 @@
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-jasmine": "^2.6.2",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-relay": "^0.0.8",
"eslint-plugin-yarn-internal": "file:scripts/eslint-rules",
"execa": "^0.7.0",
"flow-bin": "^0.52.0",
Expand Down

0 comments on commit 4924d70

Please sign in to comment.