Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: NodeNext incompatibility in package.json (#8445)
  • Loading branch information
jrandolf committed May 31, 2022
1 parent b4e751f commit c4898a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -12,6 +12,7 @@
"main": "./cjs-entry.js",
"exports": {
".": {
"types": "./lib/types.d.ts",
"import": "./lib/esm/puppeteer/node.js",
"require": "./cjs-entry.js"
},
Expand Down

0 comments on commit c4898a7

Please sign in to comment.