Skip to content

Commit baeb1a6

Browse files
authored
Add React 16 as an additional OR peer dependency
1 parent d9208d6 commit baeb1a6

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
@@ -56,7 +56,7 @@
5656
"localforage": "1.5.5"
5757
},
5858
"peerDependencies": {
59-
"react": "^0.14.0 || ^15.0.0",
59+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
6060
"redux": "^3.0.0"
6161
}
6262
}

0 commit comments

Comments
 (0)