Comparing version 0.0.2 to 0.1.0
@@ -36,3 +36,3 @@ var request = require('request'); | ||
body = JSON.parse(body); | ||
callback(undefined, body.access_token); | ||
callback(undefined, body); | ||
} catch(parseErr) { | ||
@@ -39,0 +39,0 @@ callback(err, body); |
@@ -5,4 +5,4 @@ { | ||
"description": "Client library for the Singly API", | ||
"version": "0.0.2", | ||
"homepage": "http://dev.singly.com", | ||
"version": "0.1.0", | ||
"homepage": "https://singly.com", | ||
"main" : "lib.js", | ||
@@ -9,0 +9,0 @@ "repository": { |
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
4347