@ngcorex/cli 0.2.0 → 0.2.1

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 +7 -5
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@ngcorex/cli",
3
- "version": "0.2.0",
4
- "description": "CLI for ngCorex - Angular-native design token engine",
3
+ "version": "0.2.1",
4
+ "description": "CLI for ngCorex - a deterministic, governance-first design token engine with build-time CSS generation.",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
5
8
  "keywords": [
6
9
  "design-tokens",
7
10
  "css-cli",
@@ -38,9 +41,8 @@
38
41
  },
39
42
  "repository": {
40
43
  "type": "git",
41
- "url": "https://github.com/arkdezin/ngCorex.git",
44
+ "url": "https://github.com/arkdezin/ngCorex",
42
45
  "directory": "packages/cli"
43
46
  },
44
-
45
- "homepage": "https://github.com/arkdezin/ngCorex/blob/main/README.md"
47
+ "homepage": "https://ngcorex-docs.vercel.app/"
46
48
  }