Skip to content

Commit

Permalink
Moved react and react-dom to peerDependencies (#253)
Browse files Browse the repository at this point in the history
* Moved react and react-dom to peerDependencies

* Fixed malformed json
  • Loading branch information
pwolfert authored and sawyerh committed Mar 9, 2018
1 parent 5539e73 commit 3e3f8fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
"downshift": "^1.28.2",
"ev-emitter": "^1.1.1",
"lodash.uniqueid": "^4.0.1",
"react-aria-modal": "^2.11.1"
},
"peerDependencies": {
"prop-types": "^15.0.0 || ^16.0.0",
"react": "^15.0.0 || ^16.0.0",
"react-aria-modal": "^2.11.1",
"react-dom": "^15.0.0 || ^16.0.0"
}
}

0 comments on commit 3e3f8fc

Please sign in to comment.