kanteam-linux-x64 1.47.2 → 1.47.3

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 (3) hide show
  1. package/README.md +4 -4
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  <p align="center">Markdown‑native multi-user, self-hostable Kanban &amp; backlog manager for any Git repository</p>
3
3
 
4
4
  <p align="center">
5
- <code>npm i -g kanteam</code> or <code>bun add -g kanteam</code>
5
+ <code>npm i -g @tuxo83/kanteam</code> or <code>bun add -g @tuxo83/kanteam</code> — command: <code>kanteam</code>
6
6
  </p>
7
7
 
8
8
  ![Kanteam demo GIF using: backlog board](./.github/backlog-v1.40.gif)
@@ -61,9 +61,9 @@ Home: [kanteam.com](https://kanteam.com) · Everything below documents the share
61
61
  ## <img src="./.github/5-minute-tour-256.png" alt="Getting started" width="28" height="28" align="center"> Getting started
62
62
 
63
63
  ```bash
64
- # Install
65
- bun i -g kanteam
66
- # or: npm i -g kanteam
64
+ # Install (published as the scoped package @tuxo83/kanteam; the command stays `kanteam`)
65
+ bun i -g @tuxo83/kanteam
66
+ # or: npm i -g @tuxo83/kanteam
67
67
 
68
68
  # Initialize in any Git repo
69
69
  backlog init "My Awesome Project"
package/backlog CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kanteam-linux-x64",
3
- "version": "1.47.2",
3
+ "version": "1.47.3",
4
4
  "os": ["linux"],
5
5
  "cpu": ["x64"],
6
6
  "files": ["backlog","package.json","LICENSE"],