create-audora-next 0.1.2 → 0.1.3

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/index.ts CHANGED
@@ -49,8 +49,8 @@ cpSync(new URL("./templates/base", import.meta.url), targetDir, {
49
49
 
50
50
  // Rename template files that npm excludes during publish
51
51
  const templateFiles = [
52
- { from: ".gitignore.template", to: ".gitignore" },
53
- { from: ".env.example.template", to: ".env.example" },
52
+ { from: "gitignore.template", to: ".gitignore" },
53
+ { from: "env.example.template", to: ".env.example" },
54
54
  ];
55
55
 
56
56
  for (const { from, to } of templateFiles) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-audora-next",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Create a new Audora Next.js app with one command",
5
5
  "keywords": [
6
6
  "create",