@t8/docsgen 0.1.58 → 0.1.59

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,5 @@
1
- # @t8/docsgen
2
-
3
- *Generates docs from READMEs*
4
-
5
1
  ```sh
6
- # with specified docs entries (e.g. in docsgen.config.json)
2
+ # with specified entries (e.g. in docsgen.config.json)
7
3
  npx @t8/docsgen [...<entry id or dir>]
8
4
 
9
5
  # without entries
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.1.58",
3
+ "version": "0.1.59",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {