Skip to content

Commit

Permalink
Adds react 16 as being supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Oct 11, 2017
1 parent a868b72 commit 1b1132b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:coverage:deploy": "npm run test:coverage && codecov"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"app-root-dir": "1.0.2",
Expand Down

0 comments on commit 1b1132b

Please sign in to comment.