all-is-right-in-the-world
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "all-is-right-in-the-world", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,5 +20,5 @@ # AllIsRightInTheWorld | ||
function isReallyThirteen() { | ||
return allIsRightInTheWorld() && isThirteen(); | ||
function isReallyThirteen(number) { | ||
return allIsRightInTheWorld() && isThirteen(number); | ||
} | ||
``` |
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
1012