Skip to content

Commit

Permalink
Upgrade to yarn4
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Apr 4, 2024
1 parent 9422a3a commit 32ae7e9
Show file tree
Hide file tree
Showing 4 changed files with 11,831 additions and 7,593 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ scripts/main.js.map
website/public
website/db.json
website/.deploy_git
.yarn/install-state.gz
9 changes: 9 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
compressionLevel: mixed

enableGlobalCache: true

nodeLinker: node-modules

# plugins:
# - path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
# spec: "https://mskelton.dev/yarn-outdated/v3"
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"description": "Locutus other languages' standard libraries to JavaScript for fun and educational purposes",
"homepage": "https://locutus.io",
"author": "Kevin van Zonneveld <[email protected]>",
"packageManager": "[email protected]+sha224.ca5d6f5a8aecd0801adc32f775675b01961bdc2383867d36f4732a0a",
"engines": {
"node": ">= 10"
"node": ">= 10",
"yarn": "4.0.1"
},
"devDependencies": {
"async": "2.0.0-rc.3",
Expand Down Expand Up @@ -89,9 +91,8 @@
"website:build": "cd website && yarn generate",
"website:clean": "cd website && yarn clean"
},
"dependencies": {},
"browser": {
"fs": false,
"child_process": false
"child_process": false,
"fs": false
}
}
Loading

0 comments on commit 32ae7e9

Please sign in to comment.