From 6907d7c6d082daccf7b5750cd5f3606b9daaa0cc Mon Sep 17 00:00:00 2001 From: Sergey Solodyagin Date: Wed, 27 Oct 2021 09:23:08 +0300 Subject: [PATCH] chore: bump version --- package-lock.json | 4 ++-- package.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48991c6..947070e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 2a80f38..b40aa24 100644 --- a/package.json +++ b/package.json @@ -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"