Skip to content

Commit

Permalink
update peer dep version specifier
Browse files Browse the repository at this point in the history
React 15.0.0 is out (compat with 0.14)
  • Loading branch information
jsg2021 committed Apr 11, 2016
1 parent 4d8aa30 commit 864ebd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simple react.js component for a swipe-to-reveal-option item.",
"main": "react-swipe-to-reveal-options.js",
"peerDependencies": {
"react": "0.x"
"react": "^15.0.0 || 0.x"
},
"scripts": {},
"repository": {
Expand Down

0 comments on commit 864ebd3

Please sign in to comment.