eyeprolog 1.0.3 → 1.0.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 (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,10 +5,11 @@
5
5
 
6
6
  EyeProlog turns portable ISO Prolog programs into answers and inspectable proofs.
7
7
 
8
- <p align="center">
8
+ <p>
9
9
  <a href="https://eyereasoner.github.io/eyeprolog/the-art-of-eyeprolog">
10
- <img src="book-assets/title-page.svg" alt="Read The Art of EyeProlog" width="240">
11
- </a>
10
+ <img src="book-assets/title-page.svg" alt="Read The Art of EyeProlog" title="Click to read The Art of EyeProlog" width="320">
11
+ </a><br>
12
+ <strong>Click the cover to read <em>The Art of EyeProlog</em>.</strong>
12
13
  </p>
13
14
 
14
15
  **[Why EyeProlog?](https://eyereasoner.github.io/eyeprolog/why-eyeprolog)** — Discover its purpose and design.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.0.3",
6
+ "version": "1.0.4",
7
7
  "description": "EyeProlog turns facts and rules into answers and proofs.",
8
8
  "type": "module",
9
9
  "main": "./index.js",