steam-market-pricing
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -32,3 +32,3 @@ var request = require('request'); | ||
body.market_hash_name = name; | ||
callback(null, JSON.stringify(body)); | ||
callback(null, body); | ||
} else { | ||
@@ -85,3 +85,3 @@ callback(err); | ||
if(Object.keys(result).length === names.length) { | ||
callback(JSON.stringify(result)); | ||
callback(result); | ||
} | ||
@@ -88,0 +88,0 @@ }); |
{ | ||
"name": "steam-market-pricing", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Simple module that checks steam market prices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8733
6
107