parent
57f2757adf
commit
a04a5b87ca
4 changed files with 261 additions and 260 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
@ -1 +1 @@
|
|||
yarnPath: .yarn/releases/yarn-3.4.1.cjs
|
||||
yarnPath: .yarn/releases/yarn-3.5.0.cjs
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Reference in a new issue