@manufosela/stars-rating
Advanced tools
Comparing version 3.3.4 to 3.3.5
{ | ||
"name": "@manufosela/stars-rating", | ||
"description": "Lit-Element webcomponent to draw stars rating with vote options", | ||
"version": "3.3.4", | ||
"version": "3.3.5", | ||
"main": "stars-rating.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -12,3 +12,3 @@ import { LitElement, html, css } from 'lit-element'; | ||
*/ | ||
class StarsRating extends LitElement { | ||
export class StarsRating extends LitElement { | ||
static get properties() { | ||
@@ -163,2 +163,2 @@ return { | ||
window.customElements.define('stars-rating', StarsRating); | ||
window.customElements.define('stars-rating', StarsRating); |
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
12813
166