@zeroheight/adoption-cli 0.1.1 → 0.1.2
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.
- package/README.md +1 -1
- package/package.json +3 -7
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ In the repository in which you wish to analyze the component usage, run the foll
|
|
|
14
14
|
zh-adoption analyze
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
To send adoption data to your zeroheight account you will need to authenticate. This can be done as part of the `analyze` flow or
|
|
17
|
+
To send adoption data to your zeroheight account you will need to authenticate. This can be done as part of the `analyze` flow or separately by running:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
20
|
zh-adoption auth
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeroheight/adoption-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -58,13 +58,9 @@
|
|
|
58
58
|
},
|
|
59
59
|
"types": "./dist/cli.d.ts",
|
|
60
60
|
"description": "CLI for measuring component usage",
|
|
61
|
-
"repository": {
|
|
62
|
-
"type": "git",
|
|
63
|
-
"url": "git+https://github.com/zeroheight/zh-measure-cli.git"
|
|
64
|
-
},
|
|
65
61
|
"author": "zeroheight",
|
|
66
62
|
"bugs": {
|
|
67
|
-
"
|
|
63
|
+
"email": "support@zeroheight.com"
|
|
68
64
|
},
|
|
69
|
-
"homepage": "https://
|
|
65
|
+
"homepage": "https://zeroheight.com"
|
|
70
66
|
}
|