From 046711ab1602fc14e25c4c53e7ab0caa321fdc82 Mon Sep 17 00:00:00 2001 From: Caleb Date: Tue, 10 Oct 2017 08:57:14 -0600 Subject: [PATCH] Move storybook back to dev deps. This was breaking some sites that depended on the CMS because they were accidentally using storybook's deps instead of adding them as their own (particularly the babel presets). We are going to hold off on this until the next version so that we can add a release warning. This reverts commit 4634918001e474ec2f195fbdddae18591d3207ab. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c29810b1..2c57e48c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,6 @@ "author": "Netlify", "license": "MIT", "devDependencies": { - "@kadira/storybook": "^1.36.0", "all-contributors-cli": "^4.4.0", "autoprefixer": "^6.3.3", "babel": "^6.5.2", @@ -109,6 +108,7 @@ "webpack-postcss-tools": "^1.1.1" }, "dependencies": { + "@kadira/storybook": "^1.36.0", "classnames": "^2.2.5", "create-react-class": "^15.6.0", "fuzzy": "^0.1.1",