Commit 09b6c00
authored
Make card work offline by removing CDN dependency and bundling all dependencies locally (#55)
* Refactor: update LitElement import to use local package
* Feature: add .gitignore to exclude node_modules, dist, and package-lock.json
* Refactor: update GitHub Actions workflow to use latest actions and Node.js version
* Fix: correct JSON structure in hacs.json by ensuring proper formatting
* Refactor: update devDependencies to latest versions
* Feature: update .gitignore to exclude package-lock.json and ensure proper formatting
Add: create package-lock.json with dependencies and devDependencies for the project
* Fix: update release workflow to trigger only on published releases1 parent 2cfa873 commit 09b6c00
6 files changed
Lines changed: 781 additions & 22 deletions
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 26 | | |
33 | | - | |
| 27 | + | |
34 | 28 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
0 commit comments