diff --git a/jsdoc.conf.json b/jsdoc.conf.json index e063683..f8fc401 100644 --- a/jsdoc.conf.json +++ b/jsdoc.conf.json @@ -5,6 +5,11 @@ "encoding": "utf8", "destination": "./docs" }, + "templates": { + "default": { + "includeDate": false + } + }, "docdash": { "static": true, "sort": true, diff --git a/package.json b/package.json index 1105685..7f6a328 100644 --- a/package.json +++ b/package.json @@ -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": "",