pi-extmgr 0.1.15 → 0.1.16

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 +3 -3
package/README.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # pi-extmgr
2
2
 
3
- ![pi-extmgr banner](https://i.imgur.com/bVM7ZcO.png)
3
+ ![pi-extmgr banner](https://i.imgur.com/Ce513Br.png)
4
4
 
5
5
  [![CI](https://github.com/ayagmar/pi-extmgr/actions/workflows/ci.yml/badge.svg)](https://github.com/ayagmar/pi-extmgr/actions/workflows/ci.yml)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
8
  A better way to manage Pi extensions. Browse, install, enable/disable, and remove extensions from one place.
9
9
 
10
+ **🌐 [pi-extmgr landing page](https://ayagmar.github.io/pi-extmgr)**
11
+
10
12
  ## Install
11
13
 
12
14
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-extmgr",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Enhanced UX for managing local Pi extensions and community packages",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -35,7 +35,7 @@
35
35
  "./src/index.ts"
36
36
  ],
37
37
  "video": "https://github.com/ayagmar/pi-extmgr/releases/download/demo/demo.mp4",
38
- "image": "https://i.imgur.com/bVM7ZcO.png"
38
+ "image": "https://i.imgur.com/Ce513Br.png"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@mariozechner/pi-coding-agent": "*",
@@ -66,5 +66,5 @@
66
66
  "bugs": {
67
67
  "url": "https://github.com/ayagmar/pi-extmgr/issues"
68
68
  },
69
- "homepage": "https://github.com/ayagmar/pi-extmgr/blob/master/README.md"
69
+ "homepage": "https://ayagmar.github.io/pi-extmgr"
70
70
  }