Remove dependency on React (#12448)

Is this necessary? I'd like to use the package in enzyme to avoid having to recopy/paste the symbols for better debugging names, but at hard dep in enzyme proper on a version of react isn't gonna work. This seems safe since nothing explicitly depends on React in here?
This commit is contained in:
Jason Quense 2018-03-24 12:59:36 -04:00 committed by Dan Abramov
parent 7d31311de3
commit dadafd6bd8
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@
"url": "https://github.com/facebook/react/issues"
},
"homepage": "https://reactjs.org/",
"peerDependencies": {
"react": "^16.0.0 || 16.3.0-alpha.3"
},
"files": [
"LICENSE",
"README.md",