Skip to content

Commit e1740a4

Browse files
committed
feat: update Yarn to 3.6.0
1 parent 1437618 commit e1740a4

File tree

4 files changed

+8054
-5517
lines changed

4 files changed

+8054
-5517
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dist
44
# dependencies
55
node_modules/
66
.snowpack/
7+
.yarn/
78

89
# logs
910
npm-debug.log*

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-3.6.0.cjs

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"description": "Dev Protocol's open-source website, built with Astro",
4242
"repository": "https://github.com/dev-protocol/devprotocol.xyz.git",
4343
"author": "dev-protocol",
44-
"license": "MIT"
44+
"license": "MIT",
45+
"packageManager": "yarn@3.6.0"
4546
}

0 commit comments

Comments
 (0)