Upgrade LitElement to 2.1
This commit is contained in:
parent
7c80d7f074
commit
4a249ed9ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import {LitElement, html, css} from 'https://unpkg.com/lit@2.0.2?module';
|
import {LitElement, html, css} from 'https://unpkg.com/lit@2.1.2?module';
|
||||||
import 'https://unpkg.com/@github/time-elements@latest?module';
|
import 'https://unpkg.com/@github/time-elements@latest?module';
|
||||||
|
|
||||||
class RunboatBuildElement extends LitElement {
|
class RunboatBuildElement extends LitElement {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue