hdoc-tools 0.8.36 → 0.8.37

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-validate.js +2 -2
  2. package/package.json +1 -1
package/hdoc-validate.js CHANGED
@@ -176,8 +176,8 @@
176
176
  // Get a list of HTML files in source_path
177
177
  dree.scan(source_path, dreeOptions, fileCallback);
178
178
 
179
- if (hdocbook_project.linkValidation && hdocbook_project.linkValidation.exclude_links && hdocbook_project.linkValidation.exclude_links instanceof Array) {
180
- hdocbook_project.linkValidation.exclude_links.forEach(function(excl_link) {
179
+ if (hdocbook_project.validation && hdocbook_project.validation.exclude_links && hdocbook_project.validation.exclude_links instanceof Array) {
180
+ hdocbook_project.validation.exclude_links.forEach(function(excl_link) {
181
181
  exclude_links[excl_link] = true;
182
182
  });
183
183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.8.36",
3
+ "version": "0.8.37",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {