Skip to content

Commit 4fde80f

Browse files
authored
Update package.json
1 parent 5b268f3 commit 4fde80f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

+10
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,18 @@
3737
},
3838
"peerDependencies": {
3939
"react": "^16.8.3",
40+
"react-dom": "^16.8.3",
41+
"react-native": "^0.18.0",
4042
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
4143
},
44+
"peerDependenciesMeta": {
45+
"react-dom": {
46+
"optional": true
47+
},
48+
"react-native": {
49+
"optional": true
50+
}
51+
},
4252
"dependencies": {
4353
"@babel/runtime": "^7.5.5",
4454
"hoist-non-react-statics": "^3.3.0",

0 commit comments

Comments
 (0)