Skip to content

Commit

Permalink
Merge pull request #169 from d-fischer/fix-react-dependency
Browse files Browse the repository at this point in the history
fix react and react-dom peerDependencies
  • Loading branch information
neptunian authored Oct 6, 2017
2 parents 2373da3 + f2b123a commit 75c09fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"react": "^16.0.0"
},
"peerDependencies": {
"react-dom": "^0.15 || ^16.0",
"react": "^0.15 || ^16.0"
"react-dom": "^15.0 || ^16.0",
"react": "^15.0 || ^16.0"
},
"browserify-shim": {
"react": "global:React"
Expand Down

0 comments on commit 75c09fe

Please sign in to comment.