Skip to content

Commit

Permalink
Start migration to Yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrick95 committed Aug 27, 2022
1 parent 7ecf2c0 commit 1aa94bf
Show file tree
Hide file tree
Showing 4 changed files with 796 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ typings/

# End of https://www.gitignore.io/api/node
dist/

# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.2.3.cjs
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
"url": "https://github.com/kenrick95/c4/issues"
},
"engines": {
"node": "14.x"
"node": "^16"
},
"packageManager": "[email protected]",
"homepage": "https://github.com/kenrick95/c4",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 1aa94bf

Please sign in to comment.