From 19e3f0d2d44087036712dccf1b2b0b81b9df759a Mon Sep 17 00:00:00 2001 From: 0neGal Date: Wed, 17 Aug 2022 18:24:50 +0200 Subject: removed man page Along with it marked-man, it has npm problems, and we also don't package the man page anywhere, so there's not much reason to keep it here. --- package.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 85acd13..3ad2b2a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "langs": "node build/langs.js", "start": "npx electron src/index.js", "debug": "npx electron src/index.js --debug", - "man": "npx marked-man docs/viper.1.md > docs/viper.1", "build": "npx electron-builder --win nsis --win portable --linux", "build:windows": "npx electron-builder --win nsis --win portable", "build:linux": "npx electron-builder --linux", @@ -54,7 +53,6 @@ "fuse.js": "^6.5.3", "jsonrepair": "^2.2.1", "marked": "^4.0.10", - "marked-man": "^0.7.0", "recursive-copy": "^2.0.13", "simple-vdf": "^1.1.1", "unzipper": "^0.10.11" -- cgit v1.2.3