Comparing version 0.5.0-beta.1 to 0.5.0-beta.2
@@ -5,4 +5,4 @@ import { createHTML } from 'lit-dom-expressions'; | ||
const h = createHTML(r); | ||
const html = createHTML(r); | ||
export { h }; | ||
export { html }; |
@@ -8,3 +8,3 @@ 'use strict'; | ||
const h = litDomExpressions.createHTML(dom.r); | ||
const html = litDomExpressions.createHTML(dom.r); | ||
@@ -23,2 +23,2 @@ Object.defineProperty(exports, 'selectEach', { | ||
}); | ||
exports.h = h; | ||
exports.html = html; |
{ | ||
"name": "solid-js", | ||
"description": "A declarative JavaScript library for building user interfaces.", | ||
"version": "0.5.0-beta.1", | ||
"version": "0.5.0-beta.2", | ||
"author": "Ryan Carniato", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
42133