summarylogtreecommitdiffstats
path: root/binary.patch
diff options
context:
space:
mode:
Diffstat (limited to 'binary.patch')
-rw-r--r--binary.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/binary.patch b/binary.patch
new file mode 100644
index 000000000000..58e8fbe1e7ce
--- /dev/null
+++ b/binary.patch
@@ -0,0 +1,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