create-slotkit-app 0.1.0 → 0.1.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/index.js CHANGED
@@ -38,7 +38,7 @@ function createSlotKitFiles(projectDir) {
38
38
  // Create App.tsx
39
39
  const appTsx = `import React, { useEffect, useState } from 'react'
40
40
  import { AppLayout } from './AppLayout'
41
- import { pluginRegistry, pluginLoader } from '@slotkitjs/core/core'
41
+ import { pluginRegistry, pluginLoader } from '@slotkitjs/core'
42
42
 
43
43
  /**
44
44
  * Load all plugins
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-slotkit-app",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Create a new SlotKit application",
6
6
  "bin": {
@@ -29,4 +29,3 @@
29
29
  "typescript": "~5.9.3"
30
30
  }
31
31
  }
32
-
package/dist/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env node
2
- /**
3
- * create-slotkit-app - Initialize a new SlotKit project using Vite
4
- */
5
- export {};