@neilurk12/pi-clean-footer 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 +5 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ Clean, minimal, and lightweight powerline-style footer extension for [pi](https:
4
4
 
5
5
  Shows a compact split footer:
6
6
 
7
- ![pi-clean-footer example](./example.png)
7
+ ![pi-clean-footer example](https://raw.githubusercontent.com/Neil-urk12/pi-dots/main/footer/example.png)
8
8
 
9
9
  ## Features
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neilurk12/pi-clean-footer",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Clean, minimal, and lightweight powerline-style footer extension for pi coding agent.",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -9,6 +9,10 @@
9
9
  "footer",
10
10
  "terminal"
11
11
  ],
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/Neil-urk12/pi-dots.git"
15
+ },
12
16
  "license": "MIT",
13
17
  "files": [
14
18
  "src",