@d3lm/pr-stats 0.2.19 → 0.2.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3lm/pr-stats",
3
- "version": "0.2.19",
3
+ "version": "0.2.21",
4
4
  "description": "GitHub PR stats in an interactive terminal UI, via the gh CLI or an access token",
5
5
  "type": "module",
6
6
  "author": "Dominic Elm",
@@ -18,7 +18,7 @@
18
18
  "terminal"
19
19
  ],
20
20
  "bin": {
21
- "pr-stats": "./dist/tui.mjs"
21
+ "pr-stats": "dist/tui.mjs"
22
22
  },
23
23
  "files": [
24
24
  "dist"