Skip to content

Commit

Permalink
Move babel-preset-env to devDependencies (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jul 11, 2017
1 parent 1ae43dd commit c3b11da
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -50,6 +50,7 @@
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
Expand Down Expand Up @@ -83,9 +84,6 @@
"webpack": "^3.1.0",
"webpack-dev-server": "^2.5.1"
},
"dependencies": {
"babel-preset-env": "^1.6.0"
},
"jest": {
"moduleNameMapper": {
"^react-dnd$": "<rootDir>/packages/react-dnd/src",
Expand Down
1 change: 0 additions & 1 deletion packages/dnd-core/package.json
Expand Up @@ -10,7 +10,6 @@
"test": "../../node_modules/.bin/npm-run-all clean build",
"prepublish": "npm run test"
},
"devDependencies": {},
"dependencies": {
"asap": "^2.0.6",
"invariant": "^2.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/react-dnd-test-backend/package.json
Expand Up @@ -9,7 +9,6 @@
"test": "../../node_modules/.bin/npm-run-all clean build",
"prepublish": "npm run test"
},
"devDependencies": {},
"dependencies": {
"dnd-core": "^2.4.0"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/react-dnd/package.json
Expand Up @@ -23,6 +23,5 @@
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
},
"devDependencies": {}
}
}

0 comments on commit c3b11da

Please sign in to comment.