chroma-palette
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "chroma-palette", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A light-weight utility for coloring your terminal. 0 dependencies. Default is a preselected color output from the 256 color palette, chosen to enhance legibility.", | ||
"main": "./index.js", | ||
"keywords": [ | ||
@@ -24,3 +23,9 @@ "console", | ||
"author": "Cal Young", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"main": "index.js", | ||
"lib": [ | ||
"es2016" | ||
], | ||
"dependencies": { | ||
} | ||
} |
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
10741