@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 separetly by running:
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.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
- "url": "https://github.com/zeroheight/zh-measure-cli/issues"
63
+ "email": "support@zeroheight.com"
68
64
  },
69
- "homepage": "https://github.com/zeroheight/zh-measure-cli#readme"
65
+ "homepage": "https://zeroheight.com"
70
66
  }