google-contacts-api
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "google-contacts-api", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "API wrapper for Google Contacts", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
@@ -10,0 +7,0 @@ "test": "node test.js" |
@@ -25,3 +25,2 @@ | ||
test(token, function(err, contacts) { | ||
console.log(err, contacts) | ||
assert(!err, "err should falsey"); | ||
@@ -28,0 +27,0 @@ assert(typeof contacts !== "undefined", "contacts should be defined"); |
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
11080
268