@manifest-ui/color
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -1,2 +0,2 @@ | ||
export * from './gradients'; | ||
export * from './color'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,8 +5,8 @@ "use strict"; | ||
var _gradients = require("./gradients"); | ||
var _color = require("./color"); | ||
Object.keys(_gradients).forEach(function (key) { | ||
Object.keys(_color).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _gradients[key]) return; | ||
exports[key] = _gradients[key]; | ||
if (key in exports && exports[key] === _color[key]) return; | ||
exports[key] = _color[key]; | ||
}); |
{ | ||
"name": "@manifest-ui/color", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"main": "./lib/index.js", | ||
@@ -17,3 +17,7 @@ "types": "./dts/index.d.ts", | ||
"author": "project44", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ctrl/tinycolor": "^3.4.0", | ||
"lodash.get": "^4.4.2" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
export * from './gradients'; | ||
export * from './color'; |
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
2309
2
41
+ Added@ctrl/tinycolor@^3.4.0
+ Addedlodash.get@^4.4.2
+ Added@ctrl/tinycolor@3.6.1(transitive)
+ Addedlodash.get@4.4.2(transitive)