Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "forecastio", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A node.js wrapper for Forecast.io API", | ||
"main": "index.js", | ||
"engines": { | ||
"node": ">=0.10 <0.12" | ||
"node": ">=0.10 <=5.0" | ||
}, | ||
@@ -9,0 +9,0 @@ "scripts": { |
@@ -67,3 +67,2 @@ forecastio | ||
forecastIo.timeMachine('49.844', '24.028', '2008-01-01T00:00:01Z', options).then(function(data) { | ||
if (err) throw err; | ||
console.log(JSON.stringify(data, null, 2)); | ||
@@ -70,0 +69,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
13243
106