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/plugins
|
||||||
!.yarn/versions
|
!.yarn/versions
|
||||||
!.yarn/sdks
|
!.yarn/sdks
|
||||||
|
!.yarn/releases
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
# 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",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"packageManager": "yarn@3.4.1",
|
"packageManager": "yarn@3.5.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
"womm": "./dist/runner.js"
|
"womm": "./dist/runner.js"
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue