lit-element
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -1,2 +0,2 @@ | ||
import { html, svg, render, TemplateResult } from '/lit-html/lit-html.js'; | ||
import { html, svg, render, TemplateResult } from '../lit-html/lit-html.js'; | ||
import { LitLite, camelCaseToKebab } from './lit-lite.js'; | ||
@@ -3,0 +3,0 @@ export const LitElement = (superclass) => LitLite(superclass, html, render); |
@@ -6,3 +6,3 @@ { | ||
"name": "lit-element", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Implements lit-html via a LitElement class. Made for custom Elements.", | ||
@@ -9,0 +9,0 @@ "main": "lit-element.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180800