Skip to content

Commit

Permalink
fix: fix preset export
Browse files Browse the repository at this point in the history
Closes #532
  • Loading branch information
gregberge committed Mar 8, 2023
1 parent 6723a11 commit 7d8d10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions packages/jest-puppeteer/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/*
!/dist
!jest-preset.js
7 changes: 0 additions & 7 deletions packages/jest-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"prebuild": "rm -rf dist",
"build": "rollup -c"
Expand Down

0 comments on commit 7d8d10c

Please sign in to comment.