Skip to content

Commit

Permalink
Added React16 as valid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Børge Antonsen committed Oct 31, 2017
1 parent f022ca4 commit dcc7f5e
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

1 comment on commit dcc7f5e

@memorylorry
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

urh...

Please sign in to comment.