From 4634918001e474ec2f195fbdddae18591d3207ab Mon Sep 17 00:00:00 2001 From: Caleb Date: Sat, 7 Oct 2017 10:38:23 -0600 Subject: [PATCH] Revert "fix bundled code error" This was a bug in `one-click-hugo-cms`, not in the CMS itself. This reverts commit a1c32f5154e7af0242c496776e9f544bc2e9484b. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c57e48c..c29810b1 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,7 @@ "author": "Netlify", "license": "MIT", "devDependencies": { + "@kadira/storybook": "^1.36.0", "all-contributors-cli": "^4.4.0", "autoprefixer": "^6.3.3", "babel": "^6.5.2", @@ -108,7 +109,6 @@ "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",