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

chore: bump version

This commit is contained in:
2021-10-27 09:23:08 +03:00
parent 9c36014c3c
commit 6907d7c6d0
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@tenrok/vue-ganttastic",
"version": "0.10.14",
"version": "0.10.15",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@tenrok/vue-ganttastic",
"version": "0.10.14",
"version": "0.10.15",
"license": "MIT",
"dependencies": {
"vue": "^2.6.12"
+1 -2
View File
@@ -42,8 +42,7 @@
"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",
"publish": "npm run build && npm publish"
"lint": "vue-cli-service lint"
},
"dependencies": {
"vue": "^2.6.12"