Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
chore: package for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
abyss committed Oct 4, 2021
1 parent 0afc656 commit 3e8abc8
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"name": "awsp-plus",
"version": "0.4.0",
"description": "Switch AWS Profiles easily",
"main": "index.js",
"description": "Easily switch between and manage AWS CLI profiles",
"version": "1.0.0",
"author": "Abyss (https://abyss.dev)",
"license": "ISC",
"homepage": "https://github.com/abyss/awsp-plus",
"keywords": ["aws", "profile", "awsp"],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./postinstall.sh"
},
"author": "Abyss",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/abyss/awsp-plus.git"
},
"bugs": {
"url": "https://github.com/abyss/awsp-plus/issues"
},
"bin": {
"_awspp_prompt": "./index.js",
"_awspp": "./run.sh"
Expand Down

0 comments on commit 3e8abc8

Please sign in to comment.