diff options
author | 0neGal <mail@0negal.com> | 2022-08-17 18:24:50 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-08-17 18:24:50 +0200 |
commit | 19e3f0d2d44087036712dccf1b2b0b81b9df759a (patch) | |
tree | d579b51f0a5ab24ccd019cab390e1d23bc7ef1ea /package.json | |
parent | bea0f483d7bbfbd0d8311ff69c1f04d4798a4bbb (diff) | |
download | Viper-19e3f0d2d44087036712dccf1b2b0b81b9df759a.tar.gz Viper-19e3f0d2d44087036712dccf1b2b0b81b9df759a.zip |
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.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 0 insertions, 2 deletions
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" |