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"