Skip to content

Commit

Permalink
Move storybook back to dev deps.
Browse files Browse the repository at this point in the history
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 4634918.
  • Loading branch information
tech4him1 authored and erquhart committed Oct 10, 2017
1 parent f811699 commit 046711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 046711a

Please sign in to comment.