Skip to content

Commit 11bd8c6

Browse files
committed
build: fix theme exports
1 parent c3531d0 commit 11bd8c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
".": {
2020
"import": "./dist/vue3-form-generator.es.js",
2121
"require": "./dist/vue3-form-generator.umd.js"
22-
}
22+
},
23+
"./themes/*": "./dist/themes/*"
2324
},
2425
"files": [
2526
"dist"

0 commit comments

Comments
 (0)