Skip to content

Commit

Permalink
chore: set bin property
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Nov 12, 2015
1 parent ee0f0df commit af73174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "hassock",
"description": "Authentication middleware for CouchDB",
"main": "server.js",
"bin": "server.js",
"scripts": {
"test": "standard",
"start": "node server.js",
"start": "./server.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions server.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
'use strict'

var cors = require('cors')
Expand Down

0 comments on commit af73174

Please sign in to comment.