From d11f85c737575503aa48e493a44439b6bffcca01 Mon Sep 17 00:00:00 2001 From: Alexander Torrijos Date: Sun, 8 Sep 2019 19:08:23 +0800 Subject: [PATCH] Fix for npm link --- bin/serapay.js | 0 package.json | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) mode change 100644 => 100755 bin/serapay.js diff --git a/bin/serapay.js b/bin/serapay.js old mode 100644 new mode 100755 diff --git a/package.json b/package.json index ef0b655..43de6fb 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "lint": "tslint -c tslint.json 'src/**/*.ts'", "format": "prettier --write 'src/**/*.ts' 'src/**/*.js'", "test": "nyc mocha -r ts-node/register src/**/*.spec.ts", - "bin": "node ./bin/serapay.js", - "install": "npm i -g" + "bin": "node ./bin/serapay.js" }, "nyc": { "extension": [ @@ -60,4 +59,4 @@ "axios": "^0.19.0", "commander": "^3.0.1" } -} \ No newline at end of file +}