Skip to content

Commit 3fc7359

Browse files
fix: theme exporting, packagejson["files"] updated
1 parent 845026a commit 3fc7359

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/theme/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
},
4141
"files": [
4242
"src/",
43-
"LICENSE"
43+
"LICENSE",
44+
"colors-brand.js",
45+
"default.js",
46+
"tokens.js",
47+
"widget.js"
4448
],
4549
"exports": {
4650
".": "./default.js",

0 commit comments

Comments
 (0)