create-expo-stack 0.1.0 → 0.1.2

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.
@@ -12,7 +12,7 @@ To get started, use npx to run the CLI tool. You will be prompted to opt into th
12
12
 
13
13
  `npx create-expo-stack@latest`
14
14
 
15
- ![](https://github.com/danstepanov/create-expo-stack/assets/5482800/9338f907-3a42-4fbb-ad16-eb4edd2439bb)
15
+ ![](https://github.com/danstepanov/create-expo-stack/assets/5482800/e516cf1a-81cf-4876-a212-d9a156071a2f)
16
16
 
17
17
  ## Tech Stack for the templates
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "create-expo-stack CLI",
5
5
  "private": false,
6
6
  "types": "build/types/types.d.ts",