@henryqw/pi-ask-question 0.2.2 → 0.2.3

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 +2 -0
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Ask the user one interactive question with up to three choices, or a custom answer.
4
4
 
5
+ ![Pi asking the user to choose a database](./example.png)
6
+
5
7
  ## Why
6
8
 
7
9
  - **Created for**: Ask the user one interactive question with up to three choices during a Pi session.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-ask-question",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Ask Pi users one interactive question with choices or a custom answer.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "git+https://github.com/HenryQW/pi-packages.git",
44
- "directory": "packages/pi-ask-question"
43
+ "url": "git+https://github.com/HenryQW/pi-harness.git",
44
+ "directory": "extensions/pi-ask-question"
45
45
  },
46
46
  "bugs": {
47
- "url": "https://github.com/HenryQW/pi-packages/issues"
47
+ "url": "https://github.com/HenryQW/pi-harness/issues"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
@@ -52,6 +52,7 @@
52
52
  "pi": {
53
53
  "extensions": [
54
54
  "./extensions/ask-question.ts"
55
- ]
55
+ ],
56
+ "image": "https://raw.githubusercontent.com/HenryQW/pi-harness/main/extensions/pi-ask-question/example.png"
56
57
  }
57
58
  }