Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "asciify", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Plain text awesomizer. A hybrid npm module and CLI for turning plain text into ascii art.", | ||
@@ -8,7 +8,7 @@ "main": "index.js", | ||
"optimist": "~0.6.0", | ||
"pad": "0.0.4" | ||
"pad": "0.0.4", | ||
"chalk": "~0.3.0" | ||
}, | ||
"devDependencies": { | ||
"tap": "~0.4.1", | ||
"chalk": "~0.3.0" | ||
"tap": "~0.4.1" | ||
}, | ||
@@ -15,0 +15,0 @@ "directories": { |
@@ -98,3 +98,4 @@ ASCIIFY | ||
* 1.3.4 - Add `color` option to pick your font color | ||
* 1.3.5 - Fix chalk dependency mix up | ||
* 1.3.4 - Add `color` option to pick your font color (DO NOT USE) | ||
* 1.3.3 - Add maxWidth option to allow output truncation | ||
@@ -101,0 +102,0 @@ * 1.3.2 - Update figlet-js with falsy input validation |
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
1409050
1
106
3
+ Addedchalk@~0.3.0
+ Addedansi-styles@0.2.0(transitive)
+ Addedchalk@0.3.0(transitive)
+ Addedhas-color@0.1.7(transitive)