Comparing version 2.2.1 to 2.2.2
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"author": "Kevin Coughlin <kevintcoughlin@gmail.com>", | ||
@@ -18,0 +18,0 @@ "contributors": [ |
@@ -39,3 +39,3 @@ # Citibike [![Build Status](https://travis-ci.org/KevinTCoughlin/citibike.png)](https://travis-ci.org/KevinTCoughlin/citibike) [![Dependency Status](https://gemnasium.com/KevinTCoughlin/citibike.png)](https://gemnasium.com/KevinTCoughlin/citibike) | ||
citibike.getStations(null, function(data) { | ||
citibike.getStations({ updateOnly: true }, function(data) { | ||
console.log(data); | ||
@@ -42,0 +42,0 @@ }); |
@@ -51,3 +51,3 @@ /** | ||
it('should successfully complete request with params', function (done) { | ||
citibike.getStations({updateOnly: "true"}, function(data) { | ||
citibike.getStations({updateOnly: true}, function(data) { | ||
should.exist(data); | ||
@@ -54,0 +54,0 @@ data.results.should.not.be.empty; |
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
24837