Comparing version 2.1.0 to 2.1.1
@@ -394,4 +394,4 @@ /*************************************************************************************************************************************************************** | ||
var Size = { | ||
width: WinSize ? WinSize.width : 80, | ||
height: WinSize ? WinSize.height : 24 | ||
width: WinSize.width ? WinSize.width : 80, | ||
height: WinSize.height ? WinSize.height : 24 | ||
}; | ||
@@ -398,0 +398,0 @@ |
{ | ||
"name": "cfonts", | ||
"description": "Sexy fonts for the console", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"homepage": "https://github.com/dominikwilkowski/cfonts", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -338,2 +338,3 @@ ```shell | ||
## Release History | ||
* 2.1.1 - Fixed size detection in non-tty environments | ||
* 2.1.0 - Rebuilt cfonts with pure functions, made colors case-insensitive | ||
@@ -340,0 +341,0 @@ * 2.0.1 - Fixed terminal width detection |
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
173989
367