Comparing version 0.1.10 to 0.1.11
@@ -6,3 +6,3 @@ { | ||
"author": "David Fenster <david@dfenster.com>", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
@@ -85,3 +85,3 @@ fnFlow | ||
if(err) return console.error(err); //genre probably didn't exist. | ||
console.log('Number of books:', result.getBooks.length); | ||
console.log('Number of books:', results.getBooks.length); | ||
}); | ||
@@ -114,3 +114,3 @@ ``` | ||
results.forEach(function (result) { | ||
console.log('Number of books for ' + result.getAuthor.name + ':', results.getBooks.length); | ||
console.log('Number of books for ' + result.getAuthor.name + ':', result.getBooks.length); | ||
}); | ||
@@ -117,0 +117,0 @@ }); |
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