Skip to content

Commit

Permalink
Add "bin" to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 18, 2019
1 parent d0a73ed commit 996d514
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions package.json
Expand Up @@ -3,25 +3,18 @@
"version": "0.3.1",
"description": "NeXTSTEP plist parser",
"main": "index.js",
"repository": "git@gitlab.com:chee/nextstep-plist",
"author": "chee <chee@snake.dog>",
"bin": "index.js",
"repository": "git@github.com:chee/nextstep-plist",
"author": "chee <chee@snoot.club>",
"contributors": [
"makepost <makepost@firemail.cc>"
],
"license": "GPL-3.0",
"scripts": {
"test": "tape tests.js | faucet",
"lint": "standard"
"test": "tape tests.js | faucet"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"faucet": "^0.0.1",
"standard": "*",
"tape": "^4.6.3"
}
}

0 comments on commit 996d514

Please sign in to comment.