Skip to content

Commit

Permalink
fix: move @babel/cli to devDependencies (jquense#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewtonynguyen authored and jquense committed Oct 25, 2018
1 parent 18a0088 commit 4cfcb1f
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 @@ -62,6 +62,7 @@
},
"devDependencies": {
"@4c/rollout": "^1.2.0",
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@storybook/addon-actions": "^3.4.11",
"@storybook/react": "3.4.11",
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 4cfcb1f

Please sign in to comment.