super-color
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,4 @@ | ||
export { SuperColor as default } from './SuperColor'; | ||
export * from './types'; | ||
export { SuperColor as default } from "./SuperColor"; | ||
export * from "./constants"; | ||
export * from "./functions"; | ||
export * from "./types"; |
@@ -20,2 +20,4 @@ "use strict"; | ||
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return SuperColor_1.SuperColor; } }); | ||
__exportStar(require("./constants"), exports); | ||
__exportStar(require("./functions"), exports); | ||
__exportStar(require("./types"), exports); |
{ | ||
"name": "super-color", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Small & Fast Color conversion library.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
71128
944