fix(browsers): update package json (#9968)

This commit is contained in:
Alex Rudenko 2023-04-04 14:11:28 +02:00 committed by GitHub
parent f1211cbec0
commit 817288cd90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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