epiq 0.4.2 → 0.4.4

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": "epiq",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "EPIQ - CLI based issue tracker",
package/readme.md CHANGED
@@ -24,8 +24,8 @@ Epiq is a vim-inspired issue tracker fully integrated in the terminal that bring
24
24
 
25
25
  Epiq renders your issue board directly in the terminal using ASCII and stores its state as an event log, versioned and synchronized through Git.
26
26
 
27
- ![Epiq cli kanban view](https://raw.githubusercontent.com/ljtn/epiq/main/resources/overview.png)
28
- ![Epiq cli log view](https://raw.githubusercontent.com/ljtn/epiq/main/resources/log.png)
27
+ ![Epiq cli kanban view](https://raw.githubusercontent.com/ljtn/epiq/main/assets/overview.png)
28
+ ![Epiq cli log view](https://raw.githubusercontent.com/ljtn/epiq/main/assets/log.png)
29
29
 
30
30
  ## Features
31
31