Comparing version
{ | ||
"name": "vue-cal", | ||
"version": "5.0.1-rc.1", | ||
"version": "5.0.1-rc.2", | ||
"description": "A Vue JS full calendar, no dependency, no BS. :metal:", | ||
@@ -40,2 +40,10 @@ "author": "Antoni Andre <antoniandre.web@gmail.com>", | ||
], | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build --base /vue-cal/", | ||
"build-bundle": "BUNDLE=true vite build", | ||
"preview": "vite preview --base /vue-cal/", | ||
"lint": "vite lint", | ||
"publish-doc": "npm run build && npm run build-bundle && git add . && git commit -m 'Publish documentation on Github.' && git push && git push --tag" | ||
}, | ||
"devDependencies": { | ||
@@ -63,10 +71,3 @@ "@babel/core": "^7.26.7", | ||
}, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build --base /vue-cal/", | ||
"build-bundle": "BUNDLE=true vite build", | ||
"preview": "vite preview --base /vue-cal/", | ||
"lint": "vite lint", | ||
"publish-doc": "npm run build && npm run build-bundle && git add . && git commit -m 'Publish documentation on Github.' && git push && git push --tag" | ||
} | ||
} | ||
"packageManager": "pnpm@9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
224589
0.63%3266
0.4%