Comparing version 0.3.1 to 0.3.2
@@ -44,2 +44,4 @@ /** | ||
Price.prototype.country = function (country) { | ||
if (!country) return; | ||
// Find matching endpoints | ||
@@ -46,0 +48,0 @@ var match = endpointMap.filter(function (e) { |
{ | ||
"name": "aws-price", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Amazon product API price lookup simplified", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16268
143