Comparing version 4.2.1 to 4.3.0
{ | ||
"name": "haunted", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "", | ||
"main": "index.js", | ||
"module": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
@@ -7,0 +9,0 @@ "build": "make", |
@@ -80,3 +80,3 @@ # Haunted 🦇 🎃 | ||
customElements.define('my-app', App); | ||
customElements.define('my-app', component(App)); | ||
``` | ||
@@ -83,0 +83,0 @@ |
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
48460
Yes