chroma-palette
Advanced tools
Comparing version 1.1.1 to 1.1.2
/** | ||
* A module that creates a tool for implementing color and formatting in strings. | ||
* A module that creates a tool for implementing color and formatting for the terminal. | ||
* @module chroma-palette | ||
@@ -308,3 +308,3 @@ */ | ||
/** | ||
* @type {typeof Chroma} | ||
* @type {Chroma} | ||
*/ | ||
@@ -311,0 +311,0 @@ let chroma = new Chroma(); |
{ | ||
"name": "chroma-palette", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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.", | ||
@@ -27,5 +27,7 @@ "author": "Cal Young", | ||
"index.js", | ||
"types/index.d.ts", | ||
"examples/paint256.js", | ||
"examples/test.js" | ||
], | ||
"types": "types/index.d.ts", | ||
"devDependencies": { | ||
@@ -32,0 +34,0 @@ }, |
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
16205
7
408