cross-platform-pdf-generator
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -15,3 +15,3 @@ exports.printMsg = function() { | ||
function randomNumber(min, max) { | ||
return Math.random() * (max - min) + min; | ||
return Math.floor(Math.random() * (max - min) + min); | ||
} |
{ | ||
"name": "cross-platform-pdf-generator", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "pulsation pdg generator for web and ios", | ||
@@ -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
1116