Skip to content

Commit

Permalink
feat(package.json): drop support for react@^0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Oct 28, 2017
1 parent fbe75e1 commit e5fa767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -81,8 +81,8 @@
"lodash": "^4.17.4"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"animate.css": "^3.5.2",
Expand Down

0 comments on commit e5fa767

Please sign in to comment.