Skip to content

Commit 1b1132b

Browse files
committed
Adds react 16 as being supported.
1 parent a868b72 commit 1b1132b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test:coverage:deploy": "npm run test:coverage && codecov"
2727
},
2828
"peerDependencies": {
29-
"react": "^0.14.0 || ^15.0.0"
29+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
3030
},
3131
"devDependencies": {
3232
"app-root-dir": "1.0.2",

0 commit comments

Comments
 (0)