Comparing version 2.0.0 to 2.0.1
@@ -18,5 +18,6 @@ #!/usr/bin/env node | ||
'handle': chalk.yellow('keywordnew'), | ||
'work': chalk.white('Developer Advocate at InVision'), | ||
'twitter': chalk.yellow('https://twitter.com/keywordnew'), | ||
'github': chalk.yellow('https://github.com/chowdhurian'), | ||
'workplace': chalk.magenta('https://www.invisionapp.com/'), | ||
'title': chalk.white('Developer Advocate at'), | ||
'twitter': chalk.yellow('https://mobile.twitter.com/keywordnew'), | ||
'github': chalk.yellow('https://github.com/keywordnew'), | ||
'linkedin': chalk.yellow('https://linkedin.com/in/manilchowdhury'), | ||
@@ -36,3 +37,3 @@ 'web': chalk.yellow('https://manil.codes'), | ||
var heading = `${data.name} ${data.handle}` | ||
var working = `${data.labelWork} ${data.work}` | ||
var working = `${data.labelWork} ${data.title} ${data.workplace}` | ||
var twittering = `${data.labelTwitter} ${data.twitter}` | ||
@@ -39,0 +40,0 @@ var githubing = `${data.labelGitHub} ${data.github}` |
{ | ||
"name": "keywordnew", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A CLI calling card for Manil Chowdhury (@keywordnew)", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/chowdhurian/keywordnew.git" | ||
"url": "https://github.com/keywordnew/keywordnew.git" | ||
}, | ||
@@ -18,3 +18,3 @@ "scripts": { | ||
"keywords": [], | ||
"author": "Manil Chowdhury <manil@keywordnew.space> (https://manil.codes)", | ||
"author": "Manil Chowdhury <manil.chowdhury@protonmail.com> (https://manil.codes)", | ||
"license": "MIT", | ||
@@ -21,0 +21,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2681
41