Skip to content

Commit 12d750f

Browse files
authored
Merge pull request #94 from cbenz/patch-1
Add "svelte" entry point to package.json
2 parents 868d9b8 + 157c4a2 commit 12d750f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Svelte component for rendering outside the DOM of parent component",
55
"main": "src/main.cjs.js",
66
"module": "src/main.es.js",
7+
"svelte": "src/Portal.svelte",
78
"scripts": {
89
"test": "jest test",
910
"test:watch": "npm run test -- --watch",

0 commit comments

Comments
 (0)