Skip to content

Commit

Permalink
move @babel/cli to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drewtonynguyen committed Oct 25, 2018
1 parent 18a0088 commit b0675f3
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 @@ -63,6 +63,7 @@
"devDependencies": {
"@4c/rollout": "^1.2.0",
"@babel/core": "^7.1.0",
"@babel/cli": "^7.1.0",
"@storybook/addon-actions": "^3.4.11",
"@storybook/react": "3.4.11",
"babel-core": "^7.0.0-bridge.0",
Expand Down Expand Up @@ -102,7 +103,6 @@
"webpack-dev-server": "^3.1.8"
},
"dependencies": {
"@babel/cli": "^7.1.0",
"classnames": "^2.2.6",
"date-arithmetic": "^3.0.0",
"dom-helpers": "^2.3.0 || ^3.0.0",
Expand Down

0 comments on commit b0675f3

Please sign in to comment.