aesthetic-utils
Advanced tools
Comparing version 1.4.0 to 1.4.2
@@ -0,3 +1,9 @@ | ||
# 1.4.2 | ||
* Fixed an issue with the lerna package. | ||
# 1.4.1 | ||
* Updated dependencies. | ||
# 1.4.0 | ||
* Updated IE requirement to 11+. | ||
* Updated to include src/ files in the published package. |
@@ -21,3 +21,3 @@ 'use strict'; | ||
if (fonts.length) { | ||
if (fonts.length > 0) { | ||
properties[atName] = fonts.length > 1 ? fonts : fonts[0]; | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "aesthetic-utils", | ||
"version": "1.4.0", | ||
"version": "1.4.2", | ||
"description": "Utility functions for Aesthetic.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -17,3 +17,3 @@ /** | ||
if (fonts.length) { | ||
if (fonts.length > 0) { | ||
properties[atName] = (fonts.length > 1) ? fonts : fonts[0]; | ||
@@ -20,0 +20,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
12480