Skip to content

Commit

Permalink
fix: update the command name (#10178)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 15, 2023
1 parent f342a12 commit ccbb82d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/browsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ccbb82d

Please sign in to comment.