Update Lit to 0.6.2 (#1748)

This commit is contained in:
Paulus Schoutsen 2018-10-07 21:32:50 +02:00 committed by GitHub
parent c30e7ac683
commit af2cb1be1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1974 additions and 11 deletions

View File

@ -34,7 +34,7 @@
"@polymer/iron-media-query": "^3.0.1",
"@polymer/iron-pages": "^3.0.1",
"@polymer/iron-resizable-behavior": "^3.0.1",
"@polymer/lit-element": "^0.6.1",
"@polymer/lit-element": "^0.6.2",
"@polymer/neon-animation": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-card": "^3.0.1",

View File

@ -20,9 +20,6 @@ class HaCallApiButton extends LitElement {
this.data = {};
this.disabled = false;
this.progress = false;
// Can be removed once this is merged:
// https://github.com/Polymer/lit-element/pull/244
this._buttonTapped = this._buttonTapped.bind(this);
}
static get properties() {

1980
yarn.lock

File diff suppressed because it is too large Load Diff