Skip to content

Commit 2c8e230

Browse files
committed
fix: add ssr.* to package files so that the exports added in sveltejs#6416 work
1 parent a6fbf7f commit 2c8e230

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
@@ -9,6 +9,7 @@
99
"compiler.*",
1010
"register.js",
1111
"index.*",
12+
"ssr.*",
1213
"internal",
1314
"store",
1415
"animate",

0 commit comments

Comments
 (0)