From 990339447f07a5b7efd677a33fad274c5f131743 Mon Sep 17 00:00:00 2001 From: Patrick Heneise Date: Fri, 25 Nov 2022 13:51:32 +0200 Subject: [PATCH] fix: missing bin --- index.js | 0 package-lock.json | 3 +++ package.json | 4 ++++ 3 files changed, 7 insertions(+) mode change 100644 => 100755 index.js diff --git a/index.js b/index.js old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json index af74176..069f016 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,9 @@ "dependencies": { "@google-cloud/secret-manager": "^4.1.4" }, + "bin": { + "envsync": "index.js" + }, "devDependencies": { "@commitlint/cli": "^17.3.0", "@commitlint/config-conventional": "^17.3.0", diff --git a/package.json b/package.json index 0938e49..2a89ec5 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,10 @@ "Patrick Heneise (https://github.com/patrickheneise)" ], "type": "module", + "bin": { + "@zentered/envsync": "./index.js", + "envsync": "./index.js" + }, "main": "index.js", "scripts": { "codestyle": "prettier --write \"./**/*.{js,md}\"",