diff options
author | Liam <towerofnix@gmail.com> | 2017-06-16 21:33:30 -0300 |
---|---|---|
committer | Liam <towerofnix@gmail.com> | 2017-06-16 21:33:30 -0300 |
commit | 638023c6f7406cdb29e23fa293eb5510dffbfafc (patch) | |
tree | b17f1e9b4c8a2fc592293352c3a4733e333ad1e8 | |
parent | 229e7d2ab03b5699a8e8ddca4ed54923667711d9 (diff) |
Add new crawl-http man page to package.json
-rw-r--r-- | package.json | 5 |
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", |