docus 2.0.0-alpha.0 → 2.0.0-alpha.1

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/main.mjs +1 -1
  2. package/package.json +1 -1
package/dist/main.mjs CHANGED
@@ -178,7 +178,7 @@ function createCLI(opts) {
178
178
  async setup({ args }) {
179
179
  const dir = resolve2(args.dir);
180
180
  const { runCommand } = await import("nuxi");
181
- await runCommand("init", [dir, "-t", "gh:nuxt-themes/docus/.starter#feat/docus-v2", dir]);
181
+ await runCommand("init", [dir, "-t", "gh:nuxtlabs/docus/.starter", dir]);
182
182
  }
183
183
  });
184
184
  const dev = defineCommand({
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/nuxtlabs/docus"
7
7
  },
8
8
  "private": false,
9
- "version": "2.0.0-alpha.0",
9
+ "version": "2.0.0-alpha.1",
10
10
  "keywords": [],
11
11
  "license": "MIT",
12
12
  "bin": {