We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7728caf commit 042ca2bCopy full SHA for 042ca2b
1 file changed
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "aws-profiles",
3
"description": "CLI to manage aws-cli profiles",
4
- "version": "0.0.1",
+ "version": "1.0.0",
5
"main": "src/index.ts",
6
"license": "MIT",
7
"scripts": {
8
"package": "yarn build && pkg build/main.js -c=package.json",
9
"build": "NODE_ENV=production webpack",
10
- "test": "ava"
+ "test": "ava",
11
+ "release": "sh release.sh"
12
},
13
"dependencies": {
14
"chalk": "^5.0.1",
0 commit comments