From 79ac7ec93637c4fecc62e66ee9a26e11c8e51ffc Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Sat, 19 Apr 2014 20:36:50 +0300 Subject: [PATCH] fixed bin path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f5213b0..58c70b04 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "node-uuid": "^1.4.1" }, "bin": { - "lamassu-server": "./lib/app.js" + "lamassu-server": "./bin/lamassu-server" }, "scripts": { "test": "mocha --recursive test"