create-vuetify 1.0.0 → 1.0.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/output.cjs +1 -1
  2. package/package.json +1 -1
package/dist/output.cjs CHANGED
@@ -173,7 +173,7 @@ ${banner}
173
173
  (0, import_fs2.mkdirSync)(projectRoot);
174
174
  const rootPkg = { name: projectName };
175
175
  (0, import_fs2.writeFileSync)((0, import_path2.resolve)(projectRoot, "package.json"), JSON.stringify(rootPkg, null, 2));
176
- const rootTemplatePath = (0, import_path2.resolve)(cwd, "template");
176
+ const rootTemplatePath = (0, import_path2.resolve)(__dirname, "../template");
177
177
  const jsOrTs = useTypeScript || argv.typescript ? "typescript" : "javascript";
178
178
  const preset = !!argv.preset ? argv.preset : "default";
179
179
  console.log("\n\u25CC Generating scaffold...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/output.cjs",
5
5
  "author": "Elijah Kotyluk <elijah@elijahkotyluk.com>",
6
6
  "license": "MIT",