Skip to content

Commit

Permalink
build: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Oct 23, 2019
1 parent 7307fe9 commit 87c7549
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
{
"name": "simongolms",
"version": "0.1.0",
"description": "A personal card for Simon Golms (@simongolms)",
"version": "0.1.1",
"description": "The personal business card for Simon Golms (@simongolms)",
"keywords": [
"card",
"npm card",
"npx",
"npx card",
"business card",
"profile"
],
"homepage": "https://github.com/simongolms/npx-card.git",
"license": "MIT",
"author": {
"name": "Simon Golms",
"name": "Simon Golms",
"email": "[email protected]",
"url": "https://gol.ms"
},
"repository": {
"type": "git",
"url": "https://github.com/simongolms/npx-card.git"
},
"bin": {
"simongolms": "./bin/card.js"
},
"main": "bin/card.js",
"files": [
"bin/card.js",
"bin/output"
],
"keywords": [
"npm card",
"npx",
"card",
"npx card",
"business card"
],
"license": "MIT",
"main": "bin/card.js",
"bin": {
"simongolms": "./bin/card.js"
},
"repository": {
"type": "git",
"url": "https://github.com/simongolms/npx-card.git"
},
"scripts": {
"prepublish": "npm run build",
"build": "node build.js",
"dev": "npm run build && node ./bin/card.js",
"lint": "standard",
"test": "echo \"Error: no test specified\" && exit 1"
"prepublish": "npm run build",
"build": "node build.js",
"dev": "npm run build && node ./bin/card.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"boxen": "^4.1.0",
Expand Down

0 comments on commit 87c7549

Please sign in to comment.