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