forked from AitorDB/home-assistant-sun-card
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
7,384 additions
and
4,928 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/.yarn/** linguist-vendored | ||
/.yarn/releases/* binary | ||
/.yarn/plugins/**/* binary | ||
/.pnp.* binary linguist-generated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v22.10.0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
nodeLinker: node-modules | ||
nmMode: hardlinks-local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
{ | ||
"name": "lovelace-horizon-card", | ||
"version": "1.1.0", | ||
"packageManager": "[email protected]", | ||
"description": "Successor to Sun Card - Visualize the position of the sun over the horizon", | ||
"type": "commonjs", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"dev": "rollup -c rollup.config.dev.mjs --watch", | ||
"build": "rimraf dist && yarn lint && yarn rollup", | ||
"build": "rm -fr dist && yarn lint && yarn rollup", | ||
"lint": "eslint src tests", | ||
"rollup": "rollup -c", | ||
"test": "jest" | ||
|
@@ -54,9 +55,9 @@ | |
"suncalc3": "link:suncalc3" | ||
}, | ||
"resolutions": { | ||
"@formatjs/intl-utils": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz" | ||
"@formatjs/intl-utils": "npm:[email protected]" | ||
}, | ||
"resolutionsComments": { | ||
"@formatjs/intl-utils": "Outdated, producing a warning at build, unused by us, brought by custom-card-helpers => skip it" | ||
"@formatjs/intl-utils": "Outdated, producing a warning at build (https://rollupjs.org/troubleshooting/#error-this-is-undefined), unused by us, brought by custom-card-helpers => skip it" | ||
} | ||
} |
Oops, something went wrong.