forked from boyska/radiomanifest.js
avoid date in output
This commit is contained in:
parent
9d2db78c98
commit
0e27a5d599
2 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,11 @@
|
|||
"encoding": "utf8",
|
||||
"destination": "./docs"
|
||||
},
|
||||
"templates": {
|
||||
"default": {
|
||||
"includeDate": false
|
||||
}
|
||||
},
|
||||
"docdash": {
|
||||
"static": true,
|
||||
"sort": true,
|
||||
|
|
|
@ -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": "",
|
||||
|
|
Loading…
Reference in a new issue