Skip to content

Commit

Permalink
feat(puppeteer): export esm modules in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Randolf Jung <jrandolf@chromium.org>
  • Loading branch information
jrandolf committed Feb 7, 2022
1 parent 6dc0e73 commit e1a057b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,10 @@
"version": "13.2.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"main": "./cjs-entry.js",
"exports": {
"import": "./lib/esm/puppeteer/node.js",
"require": "./cjs-entry.js"
},
"types": "lib/types.d.ts",
"repository": "github:puppeteer/puppeteer",
"engines": {
Expand Down

0 comments on commit e1a057b

Please sign in to comment.