hdoc-tools 0.27.0 → 0.27.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/hdoc-help.js +6 -2
  2. package/package.json +1 -1
package/hdoc-help.js CHANGED
@@ -9,7 +9,9 @@ Command Line Usage
9
9
  Commands
10
10
 
11
11
  - build
12
- Performs a local build of the book, and outputs as a ZIP file. Use the '--set-version 1.2.3' argument to set the version number of the built book. Use the '--no-color' argument to remove any color control characters from the output.
12
+ Performs a local build of the book, and outputs as a ZIP file.
13
+ - Use the '--set-version 1.2.3' argument to set the version number of the built book.
14
+ - Use the '--no-color' argument to remove any color control characters from the output.
13
15
 
14
16
  - createDocs
15
17
  Creates folder structure and markdown documents as defined in the HDocBook navigation item links
@@ -28,7 +30,9 @@ Commands
28
30
  The book statistics do not include counts for any externally hosted content injected into the book content using the [[INCLUDE]] tags.
29
31
 
30
32
  - validate
31
- Validates the book content. Use the '--set-version 1.2.3' argument to set the version number of the built book. Use the '--no-color' argument to remove any color control characters from the output.
33
+ Validates the book content.
34
+ - Use the '--set-version 1.2.3' argument to set the version number of the built book.
35
+ - Use the '--no-color' argument to remove any color control characters from the output.
32
36
 
33
37
  - bump
34
38
  Updates the semantic version number of the current book. If no options are specified, then the default of patch is applied:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {