Skip to content

Commit

Permalink
Remove dependency on React (facebook#12448)
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
jquense authored and rhagigi committed Apr 19, 2018
1 parent 84522cd commit 96557bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react-is/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 96557bc

Please sign in to comment.