promptslide 0.2.0 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promptslide",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "CLI and slide engine for PromptSlide presentations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -124,7 +124,7 @@ export async function create(args) {
124
124
  values: { "{{PROJECT_SLUG}}": dirName, "{{PROJECT_NAME}}": projectName }
125
125
  },
126
126
  {
127
- path: join(targetDir, "src", "App.tsx"),
127
+ path: join(targetDir, "src", "theme.ts"),
128
128
  values: { "{{PROJECT_NAME}}": projectName }
129
129
  },
130
130
  {