@travetto/doc 8.0.0-alpha.4 → 8.0.0-alpha.6

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -99,7 +99,7 @@ Options:
99
99
  -i, --input <string> Input File (default: "DOC.tsx")
100
100
  -o, --outputs <string> Outputs (default: ["README.md"])
101
101
  -w, --watch Watch? (default: false)
102
- -h, --help display help for command
102
+ --help display help for command
103
103
  ```
104
104
 
105
105
  By default, running the command will output the [Markdown](https://en.wikipedia.org/wiki/Markdown) content directly to the terminal.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/doc",
3
- "version": "8.0.0-alpha.4",
3
+ "version": "8.0.0-alpha.6",
4
4
  "description": "Documentation support for the Travetto framework",
5
5
  "keywords": [
6
6
  "docs",
@@ -24,12 +24,12 @@
24
24
  "directory": "module/doc"
25
25
  },
26
26
  "dependencies": {
27
- "@travetto/runtime": "^8.0.0-alpha.4",
27
+ "@travetto/runtime": "^8.0.0-alpha.6",
28
28
  "@types/prismjs": "^1.26.6",
29
29
  "prismjs": "^1.30.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "@travetto/cli": "^8.0.0-alpha.7"
32
+ "@travetto/cli": "^8.0.0-alpha.11"
33
33
  },
34
34
  "peerDependenciesMeta": {
35
35
  "@travetto/cli": {