2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-17 18:00:33 +03:00

bumped version

This commit is contained in:
2021-10-19 14:52:56 +03:00
parent c562d6ef7c
commit dc4d11f301
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@tenrok/vue-ganttastic",
"version": "0.10.12",
"version": "0.10.13",
"description": "A simple and customizable Gantt chart component for Vue.js",
"keywords": [
"gantt",
@@ -42,7 +42,8 @@
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build --target lib --name vue-ganttastic lib/index.js",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"publish": "npm run build && npm publish"
},
"dependencies": {
"vue": "^2.6.12"