hdoc-tools 0.8.14 → 0.8.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/hdoc-build.js +4 -1
  2. package/package.json +1 -1
package/hdoc-build.js CHANGED
@@ -530,7 +530,10 @@
530
530
  };
531
531
 
532
532
  exports.run = function (source_path, verbose, github_api_token) {
533
- git_token = github_api_token;
533
+ if (github_api_token !== '') {
534
+ git_token = github_api_token;
535
+ }
536
+
534
537
  // GERRY: The purpose of this function is to create a zip file containing the hdocbook content,
535
538
  // * Create a _work folder
536
539
  // * copy the hdocbook content to the work folder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.8.14",
3
+ "version": "0.8.15",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {