@xynogen/pix-ask 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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,8 @@ pi install npm:@xynogen/pix-ask
14
14
 
15
15
  ## Full distro
16
16
 
17
+ Source: [github.com/xynogen/pix-mono](https://github.com/xynogen/pix-mono)
18
+
17
19
  To install the complete pix suite (all packages + Pi itself):
18
20
 
19
21
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xynogen/pix-ask",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Pi tool — structured questionnaire UI (ask_user)",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",