Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 083ce6d

Browse files
committed
fix(deps): make babel presets dependencies instead of devDependencies
1 parent 8f4f171 commit 083ce6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
3636
},
3737
"devDependencies": {
38-
"babel-preset-env": "1.6.0",
39-
"babel-preset-react": "6.24.1",
4038
"ban-sensitive-files": "1.9.0",
4139
"chai": "4.1.2",
4240
"chokidar-cli": "1.2.0",
@@ -60,6 +58,8 @@
6058
"dependencies": {
6159
"babel-core": "6.26.0",
6260
"babel-loader": "7.1.2",
61+
"babel-preset-env": "1.6.0",
62+
"babel-preset-react": "6.24.1",
6363
"bluebird": "3.5.0",
6464
"debug": "3.0.1",
6565
"webpack": "3.6.0"

0 commit comments

Comments
 (0)