Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 3d35134

Browse files
committed
fix: 🐛 issue with npm ./dist folder export
1 parent b788b5e commit 3d35134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"render"
1616
],
1717
"files": [
18-
"./dist/**/*"
18+
"dist"
1919
],
2020
"directories": {
2121
"doc": "./docs",

0 commit comments

Comments
 (0)