Skip to content

Commit

Permalink
Change the exports files
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogm95 committed May 13, 2024
1 parent e904a25 commit b2f0bea
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
"description": "🌯 🌯 Wrap you tests so that you can test both behaviour and components with less effort.",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js"
},
"./integration": {
"import": "./dist/integration.js"
}
".": "./dist/index.js",
"./integration": "./dist/integration.js"
},
"types": "./dist/index.d.ts",
"files": [
Expand Down

0 comments on commit b2f0bea

Please sign in to comment.