Skip to content

Commit

Permalink
fix(release): include hacs.json file in release zip
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Nov 15, 2020
1 parent 86d1a0d commit 341c1c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"name": "kibibit Theme"
}
"name": "kibibit Theme"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"homepage": "https://github.com/Kibibit/hass-kibibit-theme#readme",
"files": [
"INFO.md",
"/themes"
"/themes",
"hacs.json"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 341c1c2

Please sign in to comment.