Skip to content

Commit

Permalink
Fix that the app was not available globally
Browse files Browse the repository at this point in the history
  • Loading branch information
ENT8R committed May 10, 2018
1 parent b86f88e commit c1d5b07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "package-age",
"version": "0.1.0",
"version": "0.1.1",
"description": "A CLI for detecting old dependencies used in your project",
"main": "index.js",
"dependencies": {
Expand All @@ -19,6 +19,9 @@
"mocha": "mocha",
"test": "npm run lint && npm run mocha"
},
"bin": {
"package-age": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ENT8R/package-age.git"
Expand Down

0 comments on commit c1d5b07

Please sign in to comment.