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 18, 2015
1 parent c46ff52 commit d429a84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -9,9 +9,7 @@
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bin": {
"os-name": "cli.js"
},
"bin": "cli.js",

This comment has been minimized.

Copy link
@kevva

kevva May 18, 2015

Ahh, that's so much nicer.

This comment has been minimized.

Copy link
@sindresorhus

sindresorhus May 18, 2015

Author Owner

Yeah, I was surprised I didn't know about it.

"engines": {
"node": ">=0.10.0"
},
Expand All @@ -23,6 +21,7 @@
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"bin",
"os",
Expand Down

0 comments on commit d429a84

Please sign in to comment.