Skip to content

Commit

Permalink
Add shebang to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Oct 4, 2016
1 parent 7a06fa8 commit 52e3bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env node
var _ = require('lodash');

var parseArgs = require('minimist')(process.argv.slice(2))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"apidoc",
"microservice"
],
"version": "0.5.3",
"version": "0.5.4",
"repository": {
"type": "git",
"url": "git://github.com/readmeio/api.git"
Expand Down

0 comments on commit 52e3bb5

Please sign in to comment.