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

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