extension-create 2.0.0-rc.27 → 2.0.0-rc.29

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/module.js +1 -1
  2. package/package.json +1 -1
package/dist/module.js CHANGED
@@ -274,7 +274,7 @@ async function createDirectory(projectPath, projectName) {
274
274
  const import_local_template_filename = (0, external_url_namespaceObject.fileURLToPath)(__rslib_import_meta_url__);
275
275
  const import_local_template_dirname = external_path_namespaceObject.dirname(import_local_template_filename);
276
276
  async function importLocalTemplate(projectPath, projectName, template) {
277
- const localTemplatePath = external_path_namespaceObject.resolve(import_local_template_dirname, 'template');
277
+ const localTemplatePath = external_path_namespaceObject.resolve(import_local_template_dirname, 'dist', 'template');
278
278
  try {
279
279
  console.log(installingFromTemplate(projectName, template));
280
280
  await copyDirectoryWithSymlinks(localTemplatePath, projectPath);
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "dist"
22
22
  ],
23
23
  "name": "extension-create",
24
- "version": "2.0.0-rc.27",
24
+ "version": "2.0.0-rc.29",
25
25
  "description": "The create step of Extension.js",
26
26
  "author": {
27
27
  "name": "Cezar Augusto",