Skip to content

Commit 24e3f26

Browse files
fix: add private: true to support yarn installs
see: yarnpkg/yarn#8580
1 parent 1963dbc commit 24e3f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"workspaces": [
9797
"example"
9898
],
99+
"private": true,
99100
"packageManager": "yarn@4.4.1",
100101
"jest": {
101102
"preset": "react-native",

0 commit comments

Comments
 (0)