From 4cfcb1f3d63e44bf22f9861ccc502dafe79dcc16 Mon Sep 17 00:00:00 2001 From: Drew Nguyen <41304160+drewtonynguyen@users.noreply.github.com> Date: Wed, 24 Oct 2018 20:07:21 -0700 Subject: [PATCH] fix: move @babel/cli to devDependencies (#1062) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3cdbadb6e..3b049451b9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",