node-google-timezone
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -41,3 +41,2 @@ 'use strict'; | ||
var requestURL = GOOGLE_TIMEZONE_API_URL + qs.stringify(options); | ||
console.log(requestURL); | ||
request(requestURL, function (err, response, data) { | ||
@@ -44,0 +43,0 @@ if (err || response.statusCode != 200) { |
{ | ||
"name": "node-google-timezone", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A Node.js wrapper to Google Timezone API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
8517
94