Comparing version 1.0.1 to 1.0.2
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
console.log(''); | ||
console.log('Author:' + ' ' + pkg.author); | ||
console.log('Author:' + ' ' + pkg.author.name + ' <' + pkg.author.email + '>'); | ||
console.log(''); | ||
@@ -18,0 +18,0 @@ console.log('Options:'); |
{ | ||
"name": "json-to-js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
3778