From 32061b513acf741c2d9237bda589c3ef004191f6 Mon Sep 17 00:00:00 2001 From: sHa Date: Fri, 7 Jun 2019 12:19:49 +0300 Subject: [PATCH] package.json --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a6f8b2..2e98d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sscripts", - "version": "1.0.10", + "version": "1.0.9", "description": "Useful Shell scripts for projects", "author": "sHa ", "license": "MIT", @@ -22,9 +22,6 @@ "docker.prune": "./scripts/docker/prune.sh" }, "scripts": { - "hello.sh": "./scripts/hello.sh", - "hello.js": "./scripts/hello.js", - "git.storage_push": "./scripts/git/storage_push.sh", - "fs.fix_permissions": "./scripts/fs/fix_permissions.sh" + "pub": "npm version patch; npm publish" } }