Skip to content

Commit e7acea8

Browse files
authored
Make react-native-windows peer dependency optional
1 parent 3b5b31b commit e7acea8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,10 @@
7979
"react": "16.13.1",
8080
"react-native": "0.63.3",
8181
"typescript": "^4.3.5"
82+
},
83+
"peerDependenciesMeta": {
84+
"react-native-windows": {
85+
"optional": true
86+
}
8287
}
8388
}

0 commit comments

Comments
 (0)