Skip to content

Commit 844b5f3

Browse files
committed
add keywords to package.json
1 parent 2bd1388 commit 844b5f3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-sso-cli",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A tool for easily switching between different AWS SSO accounts.",
55
"main": "index.js",
66
"author": "eeno",
@@ -9,6 +9,14 @@
99
"type": "git",
1010
"url": "https://github.com/codeeno/aws-sso-cli"
1111
},
12+
"keywords": [
13+
"aws",
14+
"sso",
15+
"cli",
16+
"authentication",
17+
"single-sign-on",
18+
"credentials"
19+
],
1220
"bin": {
1321
"aws-sso-cli": "./app.js"
1422
},

0 commit comments

Comments
 (0)