create-tinybase 0.2.2 → 0.2.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/README.md CHANGED
@@ -10,7 +10,7 @@ seconds.
10
10
  ## Usage
11
11
 
12
12
  ```bash
13
- npm create tinybase
13
+ npm create tinybase@latest
14
14
  ```
15
15
 
16
16
  (PNPM, Yarn, and Bun should also work!)
@@ -210,7 +210,7 @@ All apps are created with a monorepo structure:
210
210
 
211
211
  ```
212
212
  my-tinybase-app/
213
- ├── package.json # Root package (manages workspaces)
213
+ ├── package.json # Root package (manages workspaces)
214
214
  ├── README.md # Getting started guide
215
215
  ├── client/ # Client application
216
216
  │ ├── package.json # Client dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tinybase",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "author": "jamesgpearce",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
@@ -47,5 +47,4 @@
47
47
  {{/if}}
48
48
  {{/list}}
49
49
  }
50
- }
51
50
  }