Skip to content

Commit

Permalink
fix: NodeNext incompatibility in package.json (puppeteer#8445)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf-2 authored 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
Original file line number Diff line number Diff line change
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.