Skip to content

Commit

Permalink
Updated to yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Jan 17, 2024
1 parent f952716 commit f4fd60c
Show file tree
Hide file tree
Showing 5 changed files with 2,690 additions and 1,596 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Icon
.Spotlight-V100
.Trashes

.yarn
.yarn/install-state.gz
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"should": "^4.0.4",
"supertest": "^0.14.0",
"validator": "^3.34.0"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit f4fd60c

Please sign in to comment.