fix: NodeNext incompatibility in package.json (#8445)

This commit is contained in:
jrandolf 2022-05-31 16:34:32 +02:00 committed by GitHub
parent b4e751f29c
commit c4898a7a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
"main": "./cjs-entry.js",
"exports": {
".": {
"types": "./lib/types.d.ts",
"import": "./lib/esm/puppeteer/node.js",
"require": "./cjs-entry.js"
},