Skip to content

Commit 3acebe3

Browse files
Upgrade yarn
1 parent 9cbfa94 commit 3acebe3

File tree

4 files changed

+886
-1
lines changed

4 files changed

+886
-1
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ tags.*
2020
.bash_history
2121
coverage/
2222
package-lock.json
23+
.pnp.*
24+
.yarn/*
25+
!.yarn/patches
26+
!.yarn/plugins
27+
!.yarn/releases
28+
!.yarn/sdks
29+
!.yarn/versions

.yarn/releases/yarn-3.6.1.cjs

+874
Large diffs are not rendered by default.

.yarnrc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-3.6.1.cjs

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@
8787
"last 1 firefox version",
8888
"last 1 safari version"
8989
]
90-
}
90+
},
91+
"packageManager": "[email protected]"
9192
}

0 commit comments

Comments
 (0)