hdoc-tools 0.3.0 → 0.4.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {
@@ -19,6 +19,9 @@
19
19
  "author": "Hornbill Technologies Ltd",
20
20
  "license": "ISC",
21
21
  "devDependencies": {
22
+ },
23
+ "dependencies": {
24
+ "hdoc-tools": "^0.1.0",
22
25
  "body-parser": "^1.20.1",
23
26
  "cookie-parser": "^1.4.6",
24
27
  "express": "^4.18.2",
@@ -29,8 +32,5 @@
29
32
  "markdown-it-front-matter": "^0.2.3",
30
33
  "multer": "^1.4.5-lts.1",
31
34
  "stream": "0.0.2"
32
- },
33
- "dependencies": {
34
- "hdoc-tools": "^0.1.0"
35
35
  }
36
36
  }
@@ -119,7 +119,7 @@
119
119
 
120
120
  .HTL-doc ul,
121
121
  .HTL-doc ol {
122
- padding-left: 1.25rem;
122
+ padding-left: 2.5rem;
123
123
  margin: 16px 0;
124
124
  }
125
125