@citadel-labs/beads-ui 2.0.5 → 2.0.7

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 (1) hide show
  1. package/package.json +15 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citadel-labs/beads-ui",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "Kanban dashboard and git log viewer for Beads",
5
5
  "bin": {
6
6
  "bdui": "bin/beads-board.js"
@@ -12,5 +12,19 @@
12
12
  "publish:minor": "npm version minor && git push && git push --tags && npm publish --access public",
13
13
  "publish:major": "npm version major && git push && git push --tags && npm publish --access public"
14
14
  },
15
+ "keywords": [
16
+ "beads",
17
+ "kanban",
18
+ "dashboard",
19
+ "git",
20
+ "cli",
21
+ "bdui"
22
+ ],
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/srimel/beads-board.git"
26
+ },
27
+ "homepage": "https://github.com/srimel/beads-board",
28
+ "author": "Stuart Rimel <stuart.rimel@gmail.com>",
15
29
  "license": "MIT"
16
30
  }