Skip to content

Commit

Permalink
Bump packages/ui version with stencil config
Browse files Browse the repository at this point in the history
  • Loading branch information
MicicFilip committed Aug 26, 2024
1 parent 2d2d90f commit bdb7228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vortexwest/chat-widget-ui",
"version": "0.1.8",
"version": "0.1.9",
"publishConfig": {
"access": "restricted"
},
Expand All @@ -18,7 +18,7 @@
"files": [
"dist/",
"loader/",
"doc/"
"doc"
],
"scripts": {
"build": "stencil build",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const config: Config = {
{
type: 'dist',
esmLoaderPath: '../loader',
copy: [{ src: 'assets/fonts', dest: 'assets/fonts' }, { src: '../doc/docs.json', dest: 'doc/docs.json' }],
copy: [{ src: 'assets/fonts', dest: 'assets/fonts' }],
},
{
type: 'dist-custom-elements',
Expand Down

0 comments on commit bdb7228

Please sign in to comment.