Skip to content

Commit f4cc61b

Browse files
authored
Merge pull request #656 from grit96/patch-2
Make react-native-windows peer dependency optional
2 parents 3b5b31b + e7acea8 commit f4cc61b

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)