Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
walery committed Oct 4, 2021
1 parent 41e5b16 commit 7d897ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In the example below, you can see how to add it as a dependency to the `package.
{
// ...
"devDependencies": {
"@2iq/ghaws": "0.0.0",
"@2iq/ghaws": "0.0.1",
// ...
},
// ...
Expand Down Expand Up @@ -72,7 +72,7 @@ First, add a ghaws dependency to the `package.json` file:
{
// ...
"dependencies": {
"@2iq/ghaws": "0.0.0",
"@2iq/ghaws": "0.0.1",
// ...
},
// ...
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@2iq/ghaws",
"description": "Helpers to interact between GitHub Actions and AWS",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"bin": {
"ghaws": "bin/ghaws.js"
Expand Down

0 comments on commit 7d897ad

Please sign in to comment.