Skip to content

Commit

Permalink
Merge pull request #597 from maxwroc/DowngradeLit
Browse files Browse the repository at this point in the history
Downgrading Lit package - fixes missing card in old browsers
  • Loading branch information
maxwroc authored Nov 14, 2023
2 parents f49d927 + f2a846f commit 853d9b8
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 113 deletions.
150 changes: 39 additions & 111 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "battery-state-card",
"version": "3.0.0",
"version": "3.0.1",
"description": "Battery State card for Home Assistant",
"main": "dist/battery-state-card.js",
"author": "Max Chodorowski",
Expand Down Expand Up @@ -82,6 +82,6 @@
},
"dependencies": {
"custom-card-helpers": "^1.9.0",
"lit": "^3.0.0"
"lit": "^2.8.0"
}
}

0 comments on commit 853d9b8

Please sign in to comment.