@nocodeapi/embed-instagram-feed
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "@nocodeapi/embed-instagram-feed", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Webcomponent embed-instagram-feed following open-wc recommendations", | ||
@@ -5,0 +5,0 @@ "author": "nocodeapi", |
import { html, css, LitElement } from "lit-element"; | ||
export class InstagramFeed extends LitElement { | ||
export class EmbedInstagramFeed extends LitElement { | ||
static get styles() { | ||
@@ -5,0 +5,0 @@ return css` |
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
10501