Skip to content

Commit 4db61fa

Browse files
committed
Removed man pages
1 parent 366cb82 commit 4db61fa

File tree

5 files changed

+1
-181
lines changed

5 files changed

+1
-181
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,5 @@ ee-dist
107107
.DS_Store
108108
node_modules
109109

110-
man/mailauth.1
111-
112110
licenses.txt
113111
examples/devel-*

.ncurc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module.exports = {
22
upgrade: true,
33
reject: [
4-
'marked',
5-
'marked-man',
64
// only works as ESM
75
'chai',
86
'fast-xml-parser',

man/man.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

package-lock.json

Lines changed: 0 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"main": "lib/mailauth.js",
66
"scripts": {
77
"test": "eslint \"lib/**/*.js\" \"test/**/*.js\" && mocha --recursive \"./test/**/*.js\" --reporter spec",
8-
"prepublish": "npm run man || true",
9-
"man": "cd man && marked-man --version `node -e \"console.log('v'+require('../package.json').version)\"` --manual 'Mailauth Help' --section 1 man.md > mailauth.1",
10-
"build-source": "rm -rf node_modules package-lock.json && npm install && npm run man && npm run licenses && rm -rf node_modules package-lock.json && npm install --production && rm -rf package-lock.json",
8+
"build-source": "rm -rf node_modules package-lock.json && npm install && npm run licenses && rm -rf node_modules package-lock.json && npm install --production && rm -rf package-lock.json",
119
"build-dist": "npx pkg --compress Brotli package.json && rm -rf package-lock.json && npm install && node winconf.js",
1210
"build-dist-fast": "pkg --debug package.json && npm install && node winconf.js",
1311
"licenses": "license-report --only=prod --output=table --config license-report-config.json > licenses.txt",
@@ -40,8 +38,6 @@
4038
"eslint-config-prettier": "9.1.0",
4139
"js-yaml": "4.1.0",
4240
"license-report": "6.7.2",
43-
"marked": "0.7.0",
44-
"marked-man": "0.7.0",
4541
"mbox-reader": "1.2.0",
4642
"mocha": "11.1.0",
4743
"resedit": "^2.0.3"
@@ -64,12 +60,8 @@
6460
"bin": {
6561
"mailauth": "bin/mailauth.js"
6662
},
67-
"man": [
68-
"man/mailauth.1"
69-
],
7063
"pkg": {
7164
"assets": [
72-
"man/**/*",
7365
"licenses.txt",
7466
"LICENSE.txt"
7567
],

0 commit comments

Comments
 (0)