Skip to content

Commit

Permalink
chore: use latest tag for npm release (#246)
Browse files Browse the repository at this point in the history
as we only have unstable releases, if we do not set the latest
tag you can not just install aries-framework

Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Apr 22, 2021
1 parent ce48d42 commit 36f957c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
},
"npm": {
"skipChecks": true,
"ignoreVersion": true
"ignoreVersion": true,
"tag": "latest"
},
"git": {
"requireBranch": "main",
Expand Down

0 comments on commit 36f957c

Please sign in to comment.