Skip to content

Commit

Permalink
another attempt to fix #317
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrikv committed Sep 13, 2024
1 parent 9b2c5d8 commit 60c35e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "./dist/vue-components.umd.js",
"module": "./dist/vue-components.es.js",
"typings": "./dist/src/main.d.ts",
"version": "1.17.5",
"version": "1.17.6",
"exports": {
".": {
"import": "./dist/vue-components.es.js",
Expand Down Expand Up @@ -133,5 +133,5 @@
"@govflanders/vl-ui-design-system-style": "^1.0.0-alpha.3",
"pyoes": "https://gitpkg.now.sh/OnroerendErfgoed/pyoes/npm-packages/pyoes"
},
"_id": "[email protected].5"
"_id": "[email protected].6"
}
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineConfig({
targets: [
{ src: 'src/scss/*', dest: 'scss' },
{ src: 'src/assets/*', dest: 'assets' },
{ src: 'public', dest: '' },
{ src: 'public/*', dest: 'public' },
],
}),
],
Expand Down

0 comments on commit 60c35e2

Please sign in to comment.