1
0
Fork 0

avoid date in output

This commit is contained in:
boyska 2022-01-30 14:41:45 +01:00
parent 9d2db78c98
commit 0e27a5d599
2 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,11 @@
"encoding": "utf8",
"destination": "./docs"
},
"templates": {
"default": {
"includeDate": false
}
},
"docdash": {
"static": true,
"sort": true,

View file

@ -14,7 +14,7 @@
"test": "npm run test:node && npm run test:browser",
"test:node": "mocha",
"test:browser": "karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.config.js",
"docs": "jsdoc -c ./jsdoc.conf.json --tutorials doc/tutorials/ --package ./package.json . doc/home.md",
"docs": "TZ=UTC jsdoc -c ./jsdoc.conf.json --tutorials doc/tutorials/ --package ./package.json . doc/home.md",
"build": "webpack"
},
"author": "",