rv-bible-cli 0.1.3 → 0.1.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -3
  3. package/demo.gif +0 -0
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A fast, study-grade terminal Bible reader for the Recovery Version. Offline-first, footnote-aware, cross-reference deep-linking, clipboard-friendly.
4
4
 
5
- ![rvb demo](demo.gif)
5
+ ![rvb demo](https://i.imgur.com/a/r6tcBmY.gif)
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rv-bible-cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Fast, offline terminal Bible reader for the Recovery Version. Footnotes, cross-references, concordance search, interactive pager.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -11,8 +11,7 @@
11
11
  "files": [
12
12
  "dist/",
13
13
  "rv.db",
14
- "README.md",
15
- "demo.gif"
14
+ "README.md"
16
15
  ],
17
16
  "scripts": {
18
17
  "build": "tsc",
package/demo.gif DELETED
Binary file