@starlight-ai/discord-waifus 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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -49,7 +49,7 @@ waifus update
49
49
  ### Download from GitHub into a custom directory
50
50
 
51
51
  ```bash
52
- waifus init ~/Discord-Waifus --repo https://github.com/<owner>/<repo>
52
+ waifus init ~/Discord-Waifus --repo https://github.com/HeavenllyDemon/Discord-Waifus
53
53
  waifus start
54
54
  waifus open
55
55
  ```
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@starlight-ai/discord-waifus",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "description": "Global CLI for running the Discord Waifus local orchestration stack",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/KJ5678943/Discord-Waifus.git",
10
+ "url": "git+https://github.com/HeavenllyDemon/Discord-Waifus.git",
11
11
  "directory": "packages/cli"
12
12
  },
13
- "homepage": "https://github.com/KJ5678943/Discord-Waifus/tree/main/packages/cli",
13
+ "homepage": "https://github.com/HeavenllyDemon/Discord-Waifus/tree/main/packages/cli",
14
14
  "bugs": {
15
- "url": "https://github.com/KJ5678943/Discord-Waifus/issues"
15
+ "url": "https://github.com/HeavenllyDemon/Discord-Waifus/issues"
16
16
  },
17
17
  "bin": {
18
18
  "waifus": "dist/index.js"