@xynogen/pix-commands 0.1.4 → 0.1.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ Registers the `/clear` slash command. `/clear` deletes `~/.cache/pi` — useful
14
14
  pi install npm:@xynogen/pix-commands
15
15
  ```
16
16
 
17
- > Also included in [`@xynogen/pix-core`](https://github.com/xynogen/pix-mono/tree/main/packages/pix-core):
17
+ > Also included in [`@xynogen/pix-core`](https://www.npmjs.com/package/@xynogen/pix-core):
18
18
  >
19
19
  > ```bash
20
20
  > pi install npm:@xynogen/pix-core
@@ -22,6 +22,8 @@ pi install npm:@xynogen/pix-commands
22
22
 
23
23
  ## Full distro
24
24
 
25
+ Source: [github.com/xynogen/pix-mono](https://github.com/xynogen/pix-mono)
26
+
25
27
  To install the complete pix suite (all packages + Pi itself):
26
28
 
27
29
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xynogen/pix-commands",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Pi extension — /clear command",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",