react-star-ratings-eco
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -69,5 +69,5 @@ "use strict"; | ||
stroke: "none", | ||
"stroke-width": "1", | ||
strokeWidth: "1", | ||
fill: "none", | ||
"fill-rule": "evenodd" | ||
fillRule: "evenodd" | ||
}, | ||
@@ -74,0 +74,0 @@ _react2.default.createElement( |
{ | ||
"name": "react-star-ratings-eco", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "A customizable star rating component for selecting x stars or visualizing x stars", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -115,5 +115,5 @@ import React from "react"; | ||
stroke="none" | ||
stroke-width="1" | ||
strokeWidth="1" | ||
fill="none" | ||
fill-rule="evenodd" | ||
fillRule="evenodd" | ||
> | ||
@@ -120,0 +120,0 @@ <g |
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
39255