nx-factory-cli 2.1.18 → 2.1.20

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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx-factory-cli",
3
- "version": "2.1.18",
3
+ "version": "2.1.20",
4
4
  "description": "CLI to initialize and manage an Nx monorepo with shared shadcn/ui components + Tailwind v4",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,6 +9,7 @@
9
9
  "repository": {
10
10
  "url": "https://github.com/firstaxel/nx-factory"
11
11
  },
12
+ "readme": "README.md",
12
13
  "files": [
13
14
  "dist",
14
15
  "README.md"