@gabeosx/skx 1.1.4 → 1.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.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # skx
2
2
 
3
3
  ![Build Status](https://img.shields.io/github/actions/workflow/status/gabeosx/skx/ci.yml?branch=main)
4
- ![License](https://img.shields.io/npm/l/skx)
4
+ ![License](https://img.shields.io/npm/l/@gabeosx/skx)
5
5
 
6
6
  **Agent Skills Manager** - The CLI tool for managing Agent Skills from the [Agent Skills Directory](https://skillindex.dev).
7
7
 
@@ -21,7 +21,7 @@
21
21
 
22
22
  ### NPM
23
23
  ```bash
24
- npm install -g skx
24
+ npm install -g @gabeosx/skx
25
25
  ```
26
26
 
27
27
  ### Homebrew (macOS)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gabeosx/skx",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "The CLI tool for managing Agent Skills",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",