@termuijs/ui 0.1.2 → 0.1.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 +5 -0
  2. package/package.json +8 -3
package/README.md CHANGED
@@ -56,6 +56,11 @@ const palette = new CommandPalette({
56
56
  })
57
57
  ```
58
58
 
59
+
60
+ ## Documentation
61
+
62
+ Full docs at [www.termui.io/docs/ui/overview](https://www.termui.io/docs/ui/overview).
63
+
59
64
  ## License
60
65
 
61
66
  MIT
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@termuijs/ui",
3
- "version": "0.1.2",
3
+ "homepage": "https://www.termui.io/docs/ui/overview",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/Karanjot786/TermUI"
7
+ },
8
+ "version": "0.1.3",
4
9
  "description": "Modal, Select, Tabs, Toast, Form, Tree, and CommandPalette for TermUI",
5
10
  "type": "module",
6
11
  "main": "./dist/index.cjs",
@@ -20,8 +25,8 @@
20
25
  "access": "public"
21
26
  },
22
27
  "dependencies": {
23
- "@termuijs/core": "0.1.2",
24
- "@termuijs/widgets": "0.1.2"
28
+ "@termuijs/core": "0.1.3",
29
+ "@termuijs/widgets": "0.1.3"
25
30
  },
26
31
  "devDependencies": {
27
32
  "tsup": "^8.0.0",