« get me outta code hell

Add new crawl-http man page to package.json - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorLiam <towerofnix@gmail.com>2017-06-16 21:33:30 -0300
committerLiam <towerofnix@gmail.com>2017-06-16 21:33:30 -0300
commit638023c6f7406cdb29e23fa293eb5510dffbfafc (patch)
treeb17f1e9b4c8a2fc592293352c3a4733e333ad1e8 /package.json
parent229e7d2ab03b5699a8e8ddca4ed54923667711d9 (diff)
Add new crawl-http man page to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index ad86e93..0d656ae 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,10 @@
     "http-music-crawl-http": "./src/crawl-http.js",
     "http-music-crawl-local": "./src/crawl-local.js"
   },
-  "man": "./man/http-music.1",
+  "man": {
+    "http-music": "./man/http-music.1",
+    "http-music-crawl-http": "./man/http-music-crawl-http.1"
+  },
   "dependencies": {
     "cheerio": "^1.0.0-rc.1",
     "node-fetch": "^1.7.0",