solid-vcard-business-card 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Native Web component that renders a Solid vCard profile",
4
4
  "author": "Jelle Fauconnier",
5
5
  "type": "module",
6
- "version": "1.0.3",
6
+ "version": "1.0.4",
7
7
  "main": "index.js",
8
8
  "types": "index.d.ts",
9
9
  "exports": {
@@ -405,5 +405,5 @@ export class SolidBusinessCard extends HTMLElement {
405
405
  }
406
406
  }
407
407
 
408
- customElements.define('vcard-business-card', SolidBusinessCard);
408
+ customElements.define('solid-business-card', SolidBusinessCard);
409
409