Skip to content

Commit 0031991

Browse files
committed
chore: cssへのpathを明示的に指定
1 parent 658e597 commit 0031991

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"./runtime": {
1414
"types": "./dist/runtime/index.d.ts",
1515
"import": "./dist/runtime/index.mjs"
16-
}
16+
},
17+
"./runtime/*": "./dist/runtime/*",
18+
"./dist/*": "./dist/*"
1719
},
1820
"main": "./dist/module.mjs",
1921
"typesVersions": {

0 commit comments

Comments
 (0)