Skip to content

Commit 9bdd3ef

Browse files
fix: export types
1 parent 7b4cbdb commit 9bdd3ef

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@
1616
"Ricardo Gobbo de Souza <ricardogobbosouza@yahoo.com.br>"
1717
],
1818
"exports": {
19-
".": {
20-
"require": "./dist/module.js",
21-
"import": "./dist/module.es.js"
22-
},
23-
"./runtime/*": "./dist/runtime/*",
19+
".": "./dist/module.js",
20+
"./dist/runtime/*": "./dist/runtime/*",
2421
"./package.json": "./package.json"
2522
},
2623
"main": "./dist/module.js",
27-
"types": "./dist/module.d.ts",
24+
"types": "./dist/runtime.d.ts",
2825
"files": [
2926
"dist"
3027
],

0 commit comments

Comments
 (0)