Skip to content

Commit

Permalink
Release 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimarinho committed Feb 1, 2021
1 parent be556b9 commit b818051
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"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",
"author": {
"name": "Rui Marinho",
"email": "[email protected]"
},
"bin": "./index.js",
"bin": {
"gsts": "index.js"
},
"files": [
"credentials-manager.js",
"daemonizer.js",
Expand Down

0 comments on commit b818051

Please sign in to comment.