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