Skip to content

Commit

Permalink
bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RodPaDev committed Oct 1, 2022
1 parent 7728caf commit 042ca2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "aws-profiles",
"description": "CLI to manage aws-cli profiles",
"version": "0.0.1",
"version": "1.0.0",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"package": "yarn build && pkg build/main.js -c=package.json",
"build": "NODE_ENV=production webpack",
"test": "ava"
"test": "ava",
"release": "sh release.sh"
},
"dependencies": {
"chalk": "^5.0.1",
Expand Down

0 comments on commit 042ca2b

Please sign in to comment.