From b818051900c78de5e96adf3f163ecf70e64fb65a Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Mon, 1 Feb 2021 17:48:36 +0000 Subject: [PATCH] Release 2.4.4 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7761e77..0e1e9ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsts", - "version": "2.4.3", + "version": "2.4.4", "description": "Google authentication for the AWS Management Console via Amazon's STS service", "license": "MIT", "repository": "ruimarinho/gsts", @@ -8,7 +8,9 @@ "name": "Rui Marinho", "email": "ruipmarinho@gmail.com" }, - "bin": "./index.js", + "bin": { + "gsts": "index.js" + }, "files": [ "credentials-manager.js", "daemonizer.js",