Comparing version 0.0.2 to 0.0.3
@@ -44,3 +44,3 @@ var bees = module.exports = function(file) { | ||
return JSON.stringify(json); | ||
return JSON.stringify(json, null, 2); | ||
}; |
{ | ||
"name": "bees", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "yawnt <yawn.localhost@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "HTTP API Generator", |
3385