We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdab302 commit 4bfab3dCopy full SHA for 4bfab3d
index.js
@@ -0,0 +1,2 @@
1
+export * from 'puppeteer'
2
+export { default } from 'puppeteer'
package.json
@@ -2,7 +2,13 @@
"name": "@website-scraper/puppeteer-version-bridge",
3
"version": "0.7.0",
4
"description": "Version bridge to support latest versions of puppeteer inside the website-scraper-puppeteer module",
5
- "main": "index.js",
+ "type": "module",
6
+ "exports": {
7
+ ".": "./index.js"
8
+ },
9
+ "files": [
10
+ "index.js"
11
+ ],
12
"scripts": {
13
"test": "echo \"Error: no test specified\" && exit 1"
14
},
0 commit comments