Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Apr 28, 2020
1 parent f11778c commit e164017
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudspout-button-panel",
"version": "1.0.0",
"version": "1.0.1",
"description": "Panel for a single button",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down Expand Up @@ -38,8 +38,11 @@
"publish": false
},
"hooks": {
"after:bump": {
"after:bump": ["npm run buil", "npm run zip"]
"after:bump": {
"after:bump": [
"npm run buil",
"npm run zip"
]
}
}
}
Expand Down

0 comments on commit e164017

Please sign in to comment.