create-akan-workspace 0.9.37 → 0.9.38

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -57,8 +57,8 @@ Navigate to http://localhost:4200 to see your app running!
57
57
 
58
58
  ## 🛠️ Requirements
59
59
 
60
- - **Node.js** >=22.x
61
- - **npm** or **yarn** or **pnpm**
60
+ - **Node.js** >=20.x
61
+ - **pnpm** >=10.x
62
62
 
63
63
  ## 🔗 What's Next?
64
64
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "sourceType": "module",
3
3
  "name": "create-akan-workspace",
4
- "version": "0.9.37",
4
+ "version": "0.9.38",
5
5
  "bin": {
6
6
  "create-akan-workspace": "cjs/index.js"
7
7
  },
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "main": "./index.js",
17
17
  "engines": {
18
- "node": ">=22"
18
+ "node": ">=20"
19
19
  },
20
20
  "dependencies": {
21
21
  "commander": "^13.1.0"