Move React to peerDependencies
Using this package and `react` with `npm` causes both scripts to be loaded twice. Peer dependencies is meant to fix this. See http://blog.nodejs.org/2013/02/07/peer-dependencies/
This commit is contained in:
parent
fa4caa6588
commit
cef4495d41
|
|
@ -25,7 +25,7 @@
|
|||
"vinyl-source-stream": "^0.1.1",
|
||||
"watchify": "^2.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"peerDependencies": {
|
||||
"react": "^0.12.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue