The mifi version
This commit is contained in:
35
package.json
35
package.json
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "terribledev",
|
||||
"version": "1.0.4",
|
||||
"description": "Personal npm card for Tommy Parnell (@terribledev)",
|
||||
"name": "the-mifi",
|
||||
"version": "1.0.0",
|
||||
"description": "Personal npm card for Mike (mifi) Fitzpartrick (@mifi)",
|
||||
"main": "index.html",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/TerribleDev/npx-terribledev.git"
|
||||
"url": "https://github.com/the-mifi/npx-mifi.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "node src/htmlify",
|
||||
@@ -27,7 +27,7 @@
|
||||
"npx card",
|
||||
"business card"
|
||||
],
|
||||
"author": "Tommy Parnell",
|
||||
"author": "Mike Fitzpartrick",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
@@ -43,14 +43,14 @@
|
||||
},
|
||||
"myCard": {
|
||||
"info": {
|
||||
"name": "Tommy Parnell",
|
||||
"handle": "terribledev",
|
||||
"twitter": "terribledev",
|
||||
"npm": "terribledev",
|
||||
"github": "terribledev",
|
||||
"linkedin": "tommy-parnell-63a72224",
|
||||
"web": "https://blog.terrible.dev/",
|
||||
"work": "Co-Founder DistillCloud"
|
||||
"name": "Mike Fitzpartrick",
|
||||
"handle": "mifi",
|
||||
"npm": "the.mifi",
|
||||
"github": "the-mifi",
|
||||
"linkedin": "the-mifi",
|
||||
"links": "https://mifi.dev/",
|
||||
"web": "https://mifi.ventures/",
|
||||
"work": "Founder and Principal Engineer at mifi Ventures"
|
||||
},
|
||||
"data": [
|
||||
" <white>{{name}}</><green> / </><cyan>{{handle}}</>",
|
||||
@@ -80,6 +80,11 @@
|
||||
"text": "https://www.linkedin.com/in/<blue>{{linkedin}}</>",
|
||||
"when": "{{linkedin}}"
|
||||
},
|
||||
{
|
||||
"label": "Links",
|
||||
"text": "<cyan>{{links}}</>",
|
||||
"when": "{{links}}"
|
||||
},
|
||||
{
|
||||
"label": "Web",
|
||||
"text": "<cyan>{{web}}</>",
|
||||
@@ -87,11 +92,11 @@
|
||||
},
|
||||
{
|
||||
"label": "Phone",
|
||||
"text": "603.988.8441"
|
||||
"text": "727.692.0748"
|
||||
},
|
||||
{
|
||||
"label": "Email",
|
||||
"text": "tommy@terribledev.io"
|
||||
"text": "badmf@mifi.dev"
|
||||
},
|
||||
"",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user