Bump card-tools version. Better layouting of custom cards

This commit is contained in:
Thomas Lovén 2019-11-15 23:15:46 +01:00
parent 293f0ed54f
commit 471607766c
3 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

2
package-lock.json generated
View File

@ -627,7 +627,7 @@
"dev": true "dev": true
}, },
"card-tools": { "card-tools": {
"version": "github:thomasloven/lovelace-card-tools#83a9a2ea3113636fd75e9290664cc83093d24b41", "version": "github:thomasloven/lovelace-card-tools#605caa906c46340599614aaf9d4e934aabc19b15",
"from": "github:thomasloven/lovelace-card-tools" "from": "github:thomasloven/lovelace-card-tools"
}, },
"chalk": { "chalk": {

View File

@ -5,7 +5,8 @@
"private": true, "private": true,
"scripts": { "scripts": {
"build": "webpack", "build": "webpack",
"watch": "webpack --watch --mode=development" "watch": "webpack --watch --mode=development",
"update-card-tools": "npm uninstall card-tools && npm install thomasloven/lovelace-card-tools"
}, },
"author": "Thomas Lovén", "author": "Thomas Lovén",
"license": "MIT", "license": "MIT",