« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--package.json8
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",