From f079ee0b400a7cb548c1f6f08bd51a72471a7e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Mon, 10 Mar 2014 22:08:35 +0100 Subject: [PATCH] Add `lamassu-server` binary --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index feedc70b..4c25f799 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,8 @@ "grunt-mocha-test": "~0.7.0", "grunt-mocha-cov": "0.0.7" }, - "license": "unlicense" + "license": "unlicense", + "bin": { + "lamassu-server": "./lib/app.js" + } }