File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ trim_trailing_whitespace = false
1313
1414[* .{yml,yaml} ]
1515indent_size = 2
16+
17+ [{package.json,package-lock.json} ]
18+ indent_size = 2
Original file line number Diff line number Diff line change 11{
2+ "name" : " ha-today-card" ,
23 "version" : " 0.0.1" ,
4+ "description" : " Show today's calendar schedule on your Home Assistant Lovelace Dashboard" ,
5+ "keywords" : [
6+ " card" ,
7+ " hacs" ,
8+ " home-assistant" ,
9+ " homeassistant" ,
10+ " lovelace"
11+ ],
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " https://github.com/JonasDoebertin/ha-today-card"
15+ },
16+ "license" : " MIT" ,
317 "source" : " src/index.ts" ,
418 "module" : " dist/ha-today-card.js" ,
519 "targets" : {
1125 "watch" : " parcel watch" ,
1226 "build" : " parcel build"
1327 },
14- "devDependencies" : {
15- "@parcel/transformer-inline-string" : " ^2.13.3" ,
16- "parcel" : " ^2.13.3"
17- },
1828 "dependencies" : {
1929 "@mdi/js" : " ^7.4.47" ,
2030 "custom-card-helpers" : " ^1.9.0" ,
2131 "dayjs" : " ^1.11.13" ,
2232 "home-assistant-js-websocket" : " ^9.4.0" ,
2333 "lit" : " ^3.2.1" ,
2434 "superstruct" : " ^2.0.2"
35+ },
36+ "devDependencies" : {
37+ "@parcel/transformer-inline-string" : " ^2.13.3" ,
38+ "parcel" : " ^2.13.3"
2539 }
2640}
You can’t perform that action at this time.
0 commit comments