elodragon-calculate
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,2 +0,2 @@ | ||
export function calculateDecayGamesSolo(currentData, desiredData, selectedModifiers, prices){ | ||
function calculateDecayGamesSolo(currentData, desiredData, selectedModifiers, prices){ | ||
let modifiers = []; | ||
@@ -39,2 +39,6 @@ if(selectedModifiers.length > 0){ | ||
return { price: price, basePrice: basePrice, modifiers: modifiers }; | ||
} | ||
} | ||
module.exports = { | ||
calculateDecayGamesSolo | ||
}; |
{ | ||
"name": "elodragon-calculate", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Package for calculating EloDragon orders", | ||
@@ -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
1748
37