Revert "fix bundled code error"

This was a bug in `one-click-hugo-cms`, not in the CMS itself.

This reverts commit a1c32f5154e7af0242c496776e9f544bc2e9484b.
This commit is contained in:
Caleb 2017-10-07 10:38:23 -06:00 committed by Shawn Erquhart
parent 75f53c1bc9
commit 4634918001

View File

@ -61,6 +61,7 @@
"author": "Netlify", "author": "Netlify",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@kadira/storybook": "^1.36.0",
"all-contributors-cli": "^4.4.0", "all-contributors-cli": "^4.4.0",
"autoprefixer": "^6.3.3", "autoprefixer": "^6.3.3",
"babel": "^6.5.2", "babel": "^6.5.2",
@ -108,7 +109,6 @@
"webpack-postcss-tools": "^1.1.1" "webpack-postcss-tools": "^1.1.1"
}, },
"dependencies": { "dependencies": {
"@kadira/storybook": "^1.36.0",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"create-react-class": "^15.6.0", "create-react-class": "^15.6.0",
"fuzzy": "^0.1.1", "fuzzy": "^0.1.1",