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",
|
"encoding": "utf8",
|
||||||
"destination": "./docs"
|
"destination": "./docs"
|
||||||
},
|
},
|
||||||
|
"templates": {
|
||||||
|
"default": {
|
||||||
|
"includeDate": false
|
||||||
|
}
|
||||||
|
},
|
||||||
"docdash": {
|
"docdash": {
|
||||||
"static": true,
|
"static": true,
|
||||||
"sort": true,
|
"sort": true,
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"test": "npm run test:node && npm run test:browser",
|
"test": "npm run test:node && npm run test:browser",
|
||||||
"test:node": "mocha",
|
"test:node": "mocha",
|
||||||
"test:browser": "karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.config.js",
|
"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"
|
"build": "webpack"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in a new issue