Skip to content

Commit

Permalink
npm bin link
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmark committed Sep 19, 2016
1 parent 3d371b8 commit 7a63b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "wafflebot",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "An IRC Wafflebot",
"bin": {
"wafflebot": "dist/bin/wafflebot"
"wafflebot": "bin/wafflebot"
},
"dependencies": {
"bluebird": "^3.4.6",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"scripts": {
"prepublish": "make build",
"start": "bin/wafflebot",
"start": "wafflebot",
"test": "NODE_PATH=. nyc mocha -C --require babel-core/register tests/**.js tests/**/*.js"
},
"repository": {
Expand Down

0 comments on commit 7a63b42

Please sign in to comment.