Skip to content

Commit

Permalink
v0.7.2 Release Candidate
Browse files Browse the repository at this point in the history
Change to cdn.jsdelivr.net due to recent instability of unpkg.com
  • Loading branch information
PRProd authored Apr 6, 2023
1 parent 87aef29 commit 43b3b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/ha-teamtracker-card.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { html, LitElement } from "https://unpkg.com/lit?module";
//import { html, LitElement } from "https://unpkg.com/lit?module";
import { html, LitElement } from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js";
import { Translator } from "./localize/translator.js";

class TeamTrackerCard extends LitElement {
Expand Down

0 comments on commit 43b3b55

Please sign in to comment.