Skip to content

Commit

Permalink
fix: fix vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
vaban-ru committed Dec 8, 2022
1 parent e6f824e commit 3abfe14
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
@@ -1,10 +1,10 @@
{
"name": "@webzlodimir/vue-bottom-sheet",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"scripts": {
"build": "rimraf dist && vue-tsc && vite build",
"deploy": "rimraf dist && vue-tsc && vite build && npm publish",
"deploy": "rimraf dist && vue-tsc && vite build && npm publish --access=public",
"demo": "vite --config vite-demo.config.ts serve --host 0.0.0.0",
"lint:types": "vue-tsc"
},
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = defineConfig(() => {
build: {
lib: {
entry: path.resolve(__dirname, "src/index.ts"),
name: "VLodja",
name: "VueBottomSheet",
},
rollupOptions: {
// external modules won't be bundled into your library
Expand Down

0 comments on commit 3abfe14

Please sign in to comment.