eyeprolog 1.0.1 → 1.0.2

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,12 @@
5
5
 
6
6
  EyeProlog turns portable ISO Prolog programs into answers and inspectable proofs.
7
7
 
8
+ <p align="center">
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="180">
11
+ </a>
12
+ </p>
13
+
8
14
  **[Book — *The Art of EyeProlog*](https://eyereasoner.github.io/eyeprolog/the-art-of-eyeprolog)** ·
9
15
  **[Why EyeProlog?](https://eyereasoner.github.io/eyeprolog/why-eyeprolog)** ·
10
16
  **[Playground](https://eyereasoner.github.io/eyeprolog/playground)**
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.0.1",
6
+ "version": "1.0.2",
7
7
  "description": "EyeProlog turns facts and rules into answers and proofs.",
8
8
  "type": "module",
9
9
  "main": "./index.js",