create-rstack 1.7.3 → 1.7.4

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1688,8 +1688,8 @@ async function create({ name, root, templates, skipFiles, getTemplateName, mapES
1688
1688
  });
1689
1689
  const packageRoot = node_path.resolve(src_dirname, '..');
1690
1690
  const agentsMdSearchDirs = [
1691
- srcFolder,
1692
- commonFolder
1691
+ commonFolder,
1692
+ srcFolder
1693
1693
  ];
1694
1694
  for (const tool of tools){
1695
1695
  const toolFolder = node_path.join(packageRoot, `template-${tool}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rstack",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "Create a new Rstack project",
5
5
  "repository": {
6
6
  "type": "git",