Comparing version 1.0.1 to 1.2.0
11
bin.js
#!/usr/bin/env node | ||
console.log(JSON.stringify({ | ||
name: 'Fernando M Tenório', | ||
github: 'https://github.com/dotenorio', | ||
twitter: 'https://twitter.com/dotenorio', | ||
linkedin: false, | ||
facebook: 'https://www.facebook.com/dotenorio', | ||
telegram: 'https://telegram.me/dotenorio', | ||
email: 'dotenorio@gmail.com', | ||
blog: 'http://dotenorio.github.io' | ||
}, null, 2)) | ||
console.log(JSON.stringify(require('./index')(), null, 2)) |
{ | ||
"name": "dotenorio", | ||
"version": "1.0.1", | ||
"version": "1.2.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
2149
5
13