@fumadocs/cli 1.3.6 → 1.3.7

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -61,7 +61,7 @@ async function runTree(args) {
61
61
  }
62
62
  //#endregion
63
63
  //#region package.json
64
- var version = "1.3.6";
64
+ var version = "1.3.7";
65
65
  //#endregion
66
66
  //#region src/commands/shared.ts
67
67
  const UIRegistries = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fumadocs/cli",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "The CLI tool for Fumadocs",
5
5
  "keywords": [
6
6
  "Docs",
@@ -14,7 +14,7 @@
14
14
  "fumadocs": "./dist/index.js"
15
15
  },
16
16
  "files": [
17
- "dist/*"
17
+ "dist"
18
18
  ],
19
19
  "type": "module",
20
20
  "exports": {