Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Apr 28, 2020
1 parent dcf9190 commit 791a8a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudspout-button-panel",
"version": "1.0.1",
"version": "1.0.2",
"description": "Panel for a single button",
"scripts": {
"clean": "rm -rf dist/",
Expand Down Expand Up @@ -35,17 +35,20 @@
"release-it": {
"github": {
"release": true,
"assets": ["dist/*.zip"]
"assets": [
"dist/*.zip"
]
},
"npm": {
"publish": false
},
"hooks": {
"before:init": ["npm run clean"],
"after:bump": [
"npm run dist"
]

"before:init": [
"npm run clean"
],
"after:bump": [
"npm run dist"
]
}
}
}

0 comments on commit 791a8a6

Please sign in to comment.