From a1c32f5154e7af0242c496776e9f544bc2e9484b Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Fri, 6 Oct 2017 15:14:46 -0400 Subject: [PATCH] fix bundled code error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6348e55a..293360af 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",