Update custom-card-helpers

This commit is contained in:
Jérôme Wiedemann 2019-06-25 22:28:14 +02:00
parent d5c63600f5
commit 3dc09e3723
3 changed files with 4 additions and 5 deletions

View File

@ -17,8 +17,6 @@ jobs:
- restore_cache:
keys:
- deps-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
- deps-{{ .Environment.CACHE_VERSION }}-
- run: rm -rf ~/repo/node_modules/custom-card-helpers/.git
- run: npm install
- save_cache:

5
package-lock.json generated
View File

@ -1105,8 +1105,9 @@
}
},
"custom-card-helpers": {
"version": "github:custom-cards/custom-card-helpers#80257d718895751356bc497496cd2b5c35f5327d",
"from": "github:custom-cards/custom-card-helpers#fix-service-call",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/custom-card-helpers/-/custom-card-helpers-1.2.2.tgz",
"integrity": "sha512-NWm6GUsRaH3CYzfVL8oRMHq6UrAs/JhY5+umPu6qkAoAG+HcW5fHz2Nni14k2SRearKfZb/Yvc5w6+tPYTYoJg==",
"requires": {
"fecha": "^3.0.3",
"home-assistant-js-websocket": "^4.1.2",

View File

@ -56,7 +56,7 @@
},
"dependencies": {
"@ctrl/tinycolor": "^2.4.0",
"custom-card-helpers": "github:custom-cards/custom-card-helpers#fix-service-call",
"custom-card-helpers": "^1.2.2",
"home-assistant-js-websocket": "^3.4.0",
"lit-element": "^2.1.0",
"lit-html": "^1.0.0"