Skip to content

Commit

Permalink
fix(deps): Move babel to development dependencies
Browse files Browse the repository at this point in the history
Move babel plugin to devDependencies.
  • Loading branch information
maticzav authored Nov 17, 2018
2 parents 1fae4b9 + a6d8467 commit bf2e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"url": "https://github.com/maticzav/emma-cli/issues"
},
"dependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40",
"algoliasearch": "^3.24.12",
"apollo-cache-inmemory": "^1.2.10",
"apollo-client": "^2.4.2",
Expand All @@ -61,6 +60,7 @@
"devDependencies": {
"@babel/cli": "^7.0.0-beta.40",
"@babel/core": "^7.0.0-beta.40",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"babel-plugin-transform-react-jsx": "^6.24.1",
"cross-env": "^5.1.3",
Expand Down

0 comments on commit bf2e3d8

Please sign in to comment.