From 6b7a47e4ec96d696688194be639195088d33f79f Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 16 Jun 2017 21:34:41 -0300 Subject: Actually add new crawl-http man page to package.json --- package.json | 8 ++++---- 1 file 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", -- cgit 1.3.0-6-gf8a5