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

Commit 549560c

Browse files
authored
Merge pull request #260 from asigloo/hotfix/themes-cant-be-exported-npm-package
fix: added exports on package for themes
2 parents d923d6b + 24f050e commit 549560c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
".": {
4848
"import": "./dist/as-dynamic-forms.es.js",
4949
"require": "./dist/as-dynamic-forms.umd.js"
50-
}
50+
},
51+
"./dist/themes/": "./dist/themes/"
5152
},
5253
"dependencies": {
5354
"deep-clone": "^3.0.3",

0 commit comments

Comments
 (0)