mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix(browsers): update package json (#9968)
This commit is contained in:
parent
f1211cbec0
commit
817288cd90
@ -12,6 +12,8 @@
|
||||
"@puppeteer/browsers": "lib/cjs/main-cli.js"
|
||||
},
|
||||
"main": "./lib/cjs/main.js",
|
||||
"module": "./lib/esm/main.js",
|
||||
"type": "commonjs",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/esm/main.js",
|
||||
|
Loading…
Reference in New Issue
Block a user