build: yarn@3.5.0 (#6)

* build: yarn@3.5.0

* build: yarn@3.5.0
This commit is contained in:
Marc 2023-03-31 00:41:09 -04:00
parent 57f2757adf
commit a04a5b87ca
Signed by: marc
GPG key ID: 048E042F22B5DC79
4 changed files with 261 additions and 260 deletions

1
.gitignore vendored
View file

@ -11,6 +11,7 @@ lerna-debug.log*
!.yarn/plugins
!.yarn/versions
!.yarn/sdks
!.yarn/releases
.pnp.*
# Diagnostic reports (https://nodejs.org/api/report.html)

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs

View file

@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@3.5.0",
"bin": {
"womm": "./dist/runner.js"
},