Correct devDependencies

This commit is contained in:
Nicolas Gallagher
2016-11-22 17:08:04 -08:00
parent 722d77e8e5
commit bca3398c1c
+4 -4
View File
@@ -20,7 +20,6 @@
"dependencies": {
"animated": "^0.1.3",
"array-find-index": "^1.0.2",
"babel-plugin-transform-react-remove-prop-types": "^0.2.11",
"babel-runtime": "^6.11.6",
"debounce": "^1.0.0",
"deep-assign": "^2.0.0",
@@ -28,8 +27,7 @@
"inline-style-prefixer": "^2.0.1",
"react-dom": "~15.3.2",
"react-textarea-autosize": "^4.0.4",
"react-timer-mixin": "^0.13.3",
"webpack-bundle-analyzer": "^1.5.3"
"react-timer-mixin": "^0.13.3"
},
"devDependencies": {
"@kadira/storybook": "^2.5.1",
@@ -37,6 +35,7 @@
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-react-remove-prop-types": "^0.2.11",
"babel-preset-react-native": "^1.9.0",
"del-cli": "^0.2.0",
"enzyme": "^2.4.1",
@@ -51,7 +50,8 @@
"react-addons-test-utils": "~15.3.2",
"react-test-renderer": "~15.3.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
"webpack": "^1.13.2",
"webpack-bundle-analyzer": "^1.5.3"
},
"peerDependencies": {
"react": "~15.3.2"