@asynx/create-asynx-next-app 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,8 +33,6 @@ During setup, you will be prompted to choose a template:
33
33
 
34
34
  Templates differ only in structure — you own all the code.
35
35
 
36
- ```
37
-
38
36
  ## No Vendor Lock-in
39
37
 
40
38
  This tool is used **only at project creation time**.
@@ -59,4 +57,3 @@ If you find issues or have ideas:
59
57
  - Reach out via https://asynx.in/contact
60
58
  - 🐙 GitHub: https://github.com/Asynx-Pvt-Ltd/create-asynx-next-app
61
59
  - Improvements, suggestions, and feedback are welcome
62
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asynx/create-asynx-next-app",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Opinionated Next.js App Router scaffolder by Asynx Devs",
5
5
  "type": "module",
6
6
  "bin": {