mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: NodeNext incompatibility in package.json (#8445)
This commit is contained in:
parent
b4e751f29c
commit
c4898a7a2e
@ -12,6 +12,7 @@
|
||||
"main": "./cjs-entry.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./lib/types.d.ts",
|
||||
"import": "./lib/esm/puppeteer/node.js",
|
||||
"require": "./cjs-entry.js"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user