Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Aug 7, 2019
1 parent 82a2f65 commit 8e13907
Show file tree
Hide file tree
Showing 3 changed files with 1,555 additions and 1,922 deletions.
11 changes: 6 additions & 5 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"scripts": {
"beforeStart": "npm test",
"beforeStage": "npm run build",
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
"hooks": {
"before:init": "npm test",
"before:release": "npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"git": {
"tagName": "v%s"
Expand All @@ -11,6 +11,7 @@
"publish": true
},
"github": {
"release": true
"release": true,
"assets": ["dist/*.zip"]
}
}
Loading

0 comments on commit 8e13907

Please sign in to comment.