Browse Source

avoid date in output

boyska 2 years ago
parent
commit
0e27a5d599
2 changed files with 6 additions and 1 deletions
  1. 5 0
      jsdoc.conf.json
  2. 1 1
      package.json

+ 5 - 0
jsdoc.conf.json

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

+ 1 - 1
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": "",