beerbay-math
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "beerbay-math", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,2 @@ "use strict"; | ||
var MIN_PRICE = 1.0; | ||
/** | ||
@@ -22,3 +21,2 @@ * Given a decimal amount return the version in cents | ||
*/ | ||
var fromDecimalToInteger = function fromDecimalToInteger(amount) { | ||
@@ -25,0 +23,0 @@ return parseInt(amount * 100); |
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
34959
1085