Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "color-seed", | ||
"description": "Predictable colors generator from a seed", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": "Julien Bouquillon <julien@revolunet.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -23,4 +23,4 @@ var seedrandom = require('seedrandom'); | ||
default: getColor, | ||
getColor, | ||
getColors | ||
getColor: getColor, | ||
getColors: getColors | ||
} |
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
23334