Skip to content

Commit 1062366

Browse files
committed
chore: setup monorepo with yarn workspaces
1 parent a01ba86 commit 1062366

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.yarnrc.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
nodeLinker: node-modules
2-
nmHoistingLimits: workspaces

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "react-native-paper",
33
"version": "5.14.0",
44
"description": "Material design for React Native",
5+
"private": true,
56
"main": "lib/commonjs/index.js",
67
"module": "lib/module/index.js",
78
"react-native": "src/index.tsx",

0 commit comments

Comments
 (0)