Skip to content

Commit

Permalink
Make api work on the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Oct 4, 2016
1 parent e17ac76 commit 7a06fa8
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
Expand Up @@ -2,6 +2,9 @@
"author": "ReadMe <[email protected]> (http://readme.io)",
"name": "api",
"description": "A collection of API tools",
"bin": {
"api": "index.js"
},
"tags": [
"api",
"apis",
Expand All @@ -10,7 +13,7 @@
"apidoc",
"microservice"
],
"version": "0.5.2",
"version": "0.5.3",
"repository": {
"type": "git",
"url": "git://github.com/readmeio/api.git"
Expand Down

0 comments on commit 7a06fa8

Please sign in to comment.