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

Commit

Permalink
Merge pull request #260 from asigloo/hotfix/themes-cant-be-exported-n…
Browse files Browse the repository at this point in the history
…pm-package

fix: added exports on package for themes
  • Loading branch information
alvarosabu authored Jul 11, 2021
2 parents d923d6b + 24f050e commit 549560c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
".": {
"import": "./dist/as-dynamic-forms.es.js",
"require": "./dist/as-dynamic-forms.umd.js"
}
},
"./dist/themes/": "./dist/themes/"
},
"dependencies": {
"deep-clone": "^3.0.3",
Expand Down

0 comments on commit 549560c

Please sign in to comment.