Skip to content

Commit

Permalink
Merge pull request jpuri#478 from bell-steven/patch-1
Browse files Browse the repository at this point in the history
add react 16 as a peer dependency
  • Loading branch information
jpuri authored Oct 2, 2017
2 parents bbe8d6c + 098e758 commit 7d671d6
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 @@ -58,8 +58,8 @@
"peerDependencies": {
"draft-js": "^0.10.x",
"immutable": "3.x.x || 4.x.x",
"react": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x",
"react-dom": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x"
"react": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 || 16.x.x",
"react-dom": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 || 16.x.x"
},
"scripts": {
"clean": "rimraf dist",
Expand Down

0 comments on commit 7d671d6

Please sign in to comment.