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.
- package/dist/output.cjs +1 -1
- 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)(
|
|
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...");
|