Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "uland", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"main": "./cjs/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -18,3 +18,3 @@ # 🦄 <em>µ</em>land | ||
The concept is exactly the same as the _neverland_ one. | ||
The concept is exactly the same as the _neverland_ one, the `render(...)` accepts a node to render, and either a *component* or a *callback* that returns some content. | ||
@@ -35,3 +35,3 @@ [Live demo](https://codepen.io/WebReflection/pen/dyGvNdg?editors=0010). | ||
// basic example, show two independent counters | ||
render(document.body, html` | ||
render(document.body, () => html` | ||
<div> | ||
@@ -38,0 +38,0 @@ A bounce of counters.<hr> |
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
146066