Skip to content

Commit

Permalink
Move babel to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 28, 2018
1 parent 8a2d317 commit 91e1f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"flow-bin": "^0.57.2",
"flow-typed": "^2.2.0",
"jest": "^21.2.1",
"prettier": "^1.7.4"
"prettier": "^1.7.4",
"babel-core": "^6.26.0"
},
"scripts": {
"build": "babel src/ --out-dir lib/ --ignore *.test.js",
Expand All @@ -31,7 +32,6 @@
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write src/*.js"
},
"dependencies": {
"babel-core": "^6.26.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-saga": "^0.16.0"
Expand Down

0 comments on commit 91e1f41

Please sign in to comment.