@kud/soap-cli 1.0.0-4 → 1.0.0-5

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 +4 -4
package/README.md CHANGED
@@ -11,7 +11,7 @@ I used to use AppCleaner and [App Eraser](https://github.com/davunt/app-eraser)
11
11
  ## Install
12
12
 
13
13
  ```shell
14
- npm install -g @kud/soap
14
+ npm install -g @kud/soap-cli
15
15
  ```
16
16
 
17
17
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kud/soap-cli",
3
- "version": "1.0.0-4",
3
+ "version": "1.0.0-5",
4
4
  "description": "An app cleaner cli for macOS",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -15,15 +15,15 @@
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/kud/soap.git"
18
+ "url": "git+https://github.com/kud/soap-cli.git"
19
19
  },
20
20
  "keywords": [],
21
21
  "author": "Erwann Mest <m@kud.io>",
22
22
  "license": "MIT",
23
23
  "bugs": {
24
- "url": "https://github.com/kud/soap/issues"
24
+ "url": "https://github.com/kud/soap-cli/issues"
25
25
  },
26
- "homepage": "https://github.com/kud/soap#readme",
26
+ "homepage": "https://github.com/kud/soap-cli#readme",
27
27
  "type": "module",
28
28
  "dependencies": {
29
29
  "chalk": "5.3.0",