create-zhx-monorepo 0.1.4 → 0.1.5

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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ pnpm create zhx-monorepo my-new-project
14
14
 
15
15
  # Using pnpm dlx
16
16
  pnpm dlx create-zhx-monorepo my-new-project
17
-
17
+ ```
18
18
 
19
19
  This will generate a ready-to-use monorepo under `my-new-project` with:
20
20
 
@@ -34,4 +34,3 @@ This will generate a ready-to-use monorepo under `my-new-project` with:
34
34
  ---
35
35
 
36
36
  Made with ❤️ by **JZ Digital Labs**
37
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zhx-monorepo",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Create a ZHX monorepo with one command",
5
5
  "bin": {
6
6
  "create-zhx-monorepo": "bin/index.js"