diff options
author | Liam <towerofnix@gmail.com> | 2017-06-16 21:34:41 -0300 |
---|---|---|
committer | Liam <towerofnix@gmail.com> | 2017-06-16 21:34:41 -0300 |
commit | 6b7a47e4ec96d696688194be639195088d33f79f (patch) | |
tree | 41f4a974fe72e294ab484b63896e799422b411c6 | |
parent | 638023c6f7406cdb29e23fa293eb5510dffbfafc (diff) |
Actually add new crawl-http man page to package.json
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 0d656ae..4dae458 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ "http-music-crawl-http": "./src/crawl-http.js", "http-music-crawl-local": "./src/crawl-local.js" }, - "man": { - "http-music": "./man/http-music.1", - "http-music-crawl-http": "./man/http-music-crawl-http.1" - }, + "man": [ + "./man/http-music.1", + "./man/http-music-crawl-http.1" + ], "dependencies": { "cheerio": "^1.0.0-rc.1", "node-fetch": "^1.7.0", |