fix: update the command name (#10178)
This commit is contained in:
parent
f342a129e8
commit
ccbb82d9cd
@ -9,9 +9,7 @@
|
||||
"clean": "tsc --build --clean && rm -rf lib",
|
||||
"test": "wireit"
|
||||
},
|
||||
"bin": {
|
||||
"@puppeteer/browsers": "lib/cjs/main-cli.js"
|
||||
},
|
||||
"bin": "lib/cjs/main-cli.js",
|
||||
"main": "./lib/cjs/main.js",
|
||||
"module": "./lib/esm/main.js",
|
||||
"type": "commonjs",
|
||||
|
Loading…
Reference in New Issue
Block a user