Skip to content

Commit

Permalink
Support React 16 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickhsiao authored and chenglou committed Sep 26, 2017
1 parent b1cde24 commit e414dab
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": "A spring that solves your animation problems.",
"main": "lib/react-motion.js",
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0"
"react": "^0.14.9 || ^15.3.0 || ^16.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
Expand Down

0 comments on commit e414dab

Please sign in to comment.