Skip to content

Commit

Permalink
Improve package.json and add hashbang to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pbock committed Dec 16, 2016
1 parent 9b62b46 commit acfa95e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
'use strict';

const streamToPromise = require('stream-to-promise');
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@
],
"bin": {
"c3t-pad": "./index.js"
}
},
"repository": "pbock/c3t-pad",
"bugs": {
"url": "https://github.com/pbock/c3t-pad/issues"
}
}

0 comments on commit acfa95e

Please sign in to comment.