fix: update the command name (#10178)

This commit is contained in:
Alex Rudenko 2023-05-15 09:39:37 +02:00 committed by GitHub
parent f342a129e8
commit ccbb82d9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",