modular-scale
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -31,3 +31,3 @@ var msBases = [1]; | ||
if (typeof ratio === 'string') { | ||
ratio = ratioNames[ratio] || parseInt(ratio, 10) || 0 | ||
ratio = ratioNames[ratio] || parseFloat(ratio, 10) || 0 | ||
} | ||
@@ -34,0 +34,0 @@ return ratio |
{ | ||
"name": "modular-scale", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Module for generating a modular scale.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6802