Skip to content

Commit 8de2693

Browse files
authored
Move react/react-dom to dev and peer dependencies
Fixes pbojinov#13
1 parent ab4b076 commit 8de2693

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@kadira/storybook-deployer": "^1.2.0",
25-
"react": "^15.4.2",
26-
"react-dom": "^15.4.2",
2725
"prop-types": "^15.5.7"
2826
},
2927
"devDependencies": {
@@ -36,8 +34,14 @@
3634
"babel-preset-es2015": "^6.24.0",
3735
"babel-preset-react": "^6.23.0",
3836
"babel-preset-stage-0": "^6.22.0",
37+
"react": "^15.4.2",
38+
"react-dom": "^15.4.2",
3939
"react-scripts": "0.9.5"
4040
},
41+
"peerDependencies": {
42+
"react": "^15.4.2",
43+
"react-dom": "^15.4.2"
44+
},
4145
"scripts": {
4246
"start": "react-scripts start",
4347
"/*--build--*/": "react-scripts build",

0 commit comments

Comments
 (0)