Skip to content

Commit

Permalink
Merge pull request #2 from chrisfosterelli/cmd-fix
Browse files Browse the repository at this point in the history
Add hashbang since node env isn't assumed
  • Loading branch information
chrisfosterelli authored Mar 14, 2017
2 parents acf3ede + d47dbc3 commit fb44dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contributor-count",
"version": "1.0.0",
"version": "1.0.1",
"description": "Count the number of people with write access to a package",
"main": "src/lib/count.js",
"bin": {
Expand Down
4 changes: 1 addition & 3 deletions src/bin/cmd.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

/* Command line script
*/
#!/usr/bin/env node

const ora = require('ora')
const count = require('../lib/count')
Expand Down

0 comments on commit fb44dbb

Please sign in to comment.