Skip to content

Commit

Permalink
minor package.json tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 19, 2015
1 parent 1b4b37a commit 49a7090
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -4,14 +4,12 @@
"description": "Get popular dog names",
"license": "MIT",
"repository": "sindresorhus/dog-names",
"bin": {
"dog-names": "cli.js"
},
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bin": "cli.js",
"engines": {
"node": ">=0.10.0"
},
Expand All @@ -27,7 +25,6 @@
"keywords": [
"cli-app",
"cli",
"bin",
"superb",
"awesome",
"word",
Expand Down

0 comments on commit 49a7090

Please sign in to comment.