Skip to content

Commit 3fb9216

Browse files
committed
chore: configure Yarn settings and update .gitignore
1 parent f29774b commit 3fb9216

File tree

4 files changed

+17527
-12285
lines changed

4 files changed

+17527
-12285
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,10 @@ yarn-error.log
3939
# yalc
4040
/.yalc
4141

42+
43+
.yarn/*
44+
!.yarn/patches
45+
!.yarn/plugins
46+
!.yarn/releases
47+
!.yarn/sdks
48+
!.yarn/versions

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"prepublishOnly": "yarn build"
1616
},
1717
"license": "MIT",
18-
"private": false,
1918
"keywords": [
2019
"react",
2120
"react-component"
@@ -178,5 +177,6 @@
178177
"void-elements": "^3.1.0",
179178
"yjs": "^13.6.20",
180179
"zens": "^0.0.44"
181-
}
180+
},
181+
"packageManager": "[email protected]"
182182
}

0 commit comments

Comments
 (0)