arcvision 0.2.16 → 0.2.17

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ A powerful architectural governance tool that prevents breaking changes and enfo
6
6
 
7
7
  ```bash
8
8
  # Install globally
9
- npm install -g @arcvision/cli
9
+ npm install -g arcvision
10
10
 
11
11
  # Link to your project
12
12
  arcvision link YOUR_PROJECT_TOKEN
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arcvision",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "ArcVision CLI - Architectural Governance and Invariant Detection Tool",
5
5
  "main": "src/index.js",
6
6
  "bin": {