Comparing version
@@ -32,3 +32,3 @@ #!/usr/bin/env node | ||
if (err) throw err; | ||
if (i.data.length == 0) return console.log(objects); | ||
if (i.data.length == 0) return console.log(JSON.stringify(objects, null, 4)); | ||
objects = objects.concat(i.data); | ||
@@ -35,0 +35,0 @@ list(++offset); |
{ | ||
"name": "stripe-cli", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "A command line interface to Stripe", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2103
1.2%