corva-convert-units
Advanced tools
Comparing version 1.8.8 to 1.8.9
@@ -85,3 +85,3 @@ var metric, imperial; | ||
}, | ||
to_anchor: ((1 / 144) / 100) | ||
to_anchor: ((1 / 144) / 10000) | ||
}, | ||
@@ -94,3 +94,3 @@ hsf: { | ||
}, | ||
to_anchor: ((1 / 144) / 10) | ||
to_anchor: ((1 / 144) / 100000) | ||
} | ||
@@ -108,3 +108,3 @@ }; | ||
imperial: { | ||
unit: 'psi', | ||
unit: 'ksi', | ||
ratio: 1 / 0.00014503768078 | ||
@@ -111,0 +111,0 @@ } |
{ | ||
"name": "corva-convert-units", | ||
"version": "1.8.8", | ||
"version": "1.8.9", | ||
"description": "Convert between quantities in different units", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
34902