Skip to content

Commit

Permalink
Merge pull request #75 from bovan/master
Browse files Browse the repository at this point in the history
Added React16 as valid dependency
  • Loading branch information
rkit authored Nov 1, 2017
2 parents f022ca4 + dcc7f5e commit 1f0a1b3
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 @@ -57,8 +57,8 @@
},
"peerDependencies": {
"jquery": ">=2.1.4",
"react": "^0.14.0 || ^15.0.0-rc || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0-rc || ^15.0.0"
"react": "^0.14.0 || ^15.0.0-rc || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0-rc || ^15.0.0 || ^16.0.0"
},
"author": "Igor Romanov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 1f0a1b3

Please sign in to comment.