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 6723a11 commit 7d8d10cCopy full SHA for 7d8d10c
packages/jest-puppeteer/.npmignore
@@ -0,0 +1,3 @@
1
+/*
2
+!/dist
3
+!jest-preset.js
packages/jest-puppeteer/package.json
@@ -5,13 +5,6 @@
5
"type": "commonjs",
6
"main": "./dist/index.js",
7
"types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "default": "./dist/index.js"
12
- },
13
- "./package.json": "./package.json"
14
15
"scripts": {
16
"prebuild": "rm -rf dist",
17
"build": "rollup -c"
0 commit comments