summarylogtreecommitdiffstats
path: root/binary.patch
blob: 90d4e9f3fa9c347a7f7039e2060f4ba3dbd9d622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 6c7539765342141914309e9d6f4441a014b18ae7 Mon Sep 17 00:00:00 2001
From: XZS <d.f.fischer@web.de>
Date: Fri, 15 Jul 2016 13:57:54 +0200
Subject: [PATCH] declare binary

This makes it globally accessible after installation through npm.
---
 package.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package.json b/package.json
index 7506238..0d68fcb 100644
--- a/package.json
+++ b/package.json
@@ -10,5 +10,8 @@
     "minimist": "^1.1.0",
     "morgan": "^1.3.2",
     "request": "^2.45.0"
+  },
+  "bin": {
+    "vinefeed": "bin/www"
   }
 }
-- 
2.9.0