Skip to content

Commit

Permalink
Fix Cordazar#1 Fix name of the bin in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsun committed Sep 25, 2014
1 parent 42bf951 commit 2a0472e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@
"test": "mocha -R spec"
},
"preferGlobal": true,
"bin": {
"server": "./bin/server"
}
}
"bin": "./bin/crest"
}

0 comments on commit 2a0472e

Please sign in to comment.