Skip to content

Commit 2302818

Browse files
AdrianGonz97yanick
authored andcommitted
fixed export map
1 parent a7ad7fd commit 2302818

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "@testing-library/svelte",
33
"version": "0.0.0-semantically-released",
44
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
5-
"exports": "src/index.js",
5+
"exports": {
6+
".": {
7+
"default": "./src/index.js",
8+
"types": "./types/index.d.ts"
9+
}
10+
},
611
"type": "module",
712
"types": "types/index.d.ts",
813
"license": "MIT",

0 commit comments

Comments
 (0)