create-minista 3.0.0-alpha.33 → 3.1.0

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/README.md CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  ## How To Use
20
20
 
21
- ```bash
21
+ ```sh
22
22
  # Interactive
23
23
  $ npm create minista@latest
24
24
 
@@ -0,0 +1 @@
1
+ export default function (): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-minista",
3
3
  "description": "Scaffolding for minista projects",
4
- "version": "3.0.0-alpha.33",
4
+ "version": "3.1.0",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "create-minista": "./bin/create-minista.js"
File without changes