Skip to content

Commit 017a19d

Browse files
MicheleBertoligor181
authored andcommitted
Make react and react-dom peer dependencies (#20)
1 parent 3c512c4 commit 017a19d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@
4040
"redux": "^3.5.2"
4141
},
4242
"dependencies": {
43-
"react": "^0.14 || ^15.0.0-rc || ^15.0",
44-
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0",
4543
"react-notification-system": "^0.2.7"
4644
},
45+
"peerDependencies": {
46+
"react": "^0.14 || ^15.0.0-rc || ^15.0",
47+
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
48+
},
4749
"browserify-shim": {
4850
"react": "global:React"
4951
},

0 commit comments

Comments
 (0)