Skip to content

Commit

Permalink
Merge pull request #94 from stevewillard/patch-1
Browse files Browse the repository at this point in the history
Allow React 16 as a peerDependency
  • Loading branch information
joshwnj committed Oct 4, 2017
2 parents 7fe1614 + 37e60f0 commit 82c5305
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 @@ -23,8 +23,8 @@
"author": "joshwnj",
"license": "MIT",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"browserify": "^5.11.2",
Expand Down

0 comments on commit 82c5305

Please sign in to comment.