Skip to content

Commit

Permalink
Yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Oct 23, 2023
1 parent b5a399b commit 329059c
Show file tree
Hide file tree
Showing 5 changed files with 3,723 additions and 1,399 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
dist/
node_modules/
node_modules/

.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.0.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"prepublishOnly": "yarn run build",
"test": "vitest"
},
"dependencies": {}
"packageManager": "[email protected]"
}
Loading

0 comments on commit 329059c

Please sign in to comment.