Skip to content

Commit c98e7d4

Browse files
committed
fix: explicit file inclusion to exclude ui node_modules
1 parent 3e60a38 commit c98e7d4

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
@@ -12,7 +12,9 @@
1212
}
1313
},
1414
"files": [
15-
"src"
15+
"src/index.js",
16+
"src/core",
17+
"src/ui/dist"
1618
],
1719
"publishConfig": {
1820
"access": "public"

0 commit comments

Comments
 (0)