@termuijs/core 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 +1 -1
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -65,7 +65,7 @@ State changes are batched via `queueMicrotask`. Multiple `setState` calls in the
65
65
 
66
66
  ## API reference
67
67
 
68
- Full docs at [termuijs.dev/docs/core/overview](https://termuijs.dev/docs/core/overview).
68
+ Full docs at [www.termui.io/docs/core/overview](https://www.termui.io/docs/core/overview).
69
69
 
70
70
  ## License
71
71
 
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@termuijs/core",
3
- "version": "0.1.2",
3
+ "homepage": "https://www.termui.io/docs/core/overview",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/Karanjot786/TermUI"
7
+ },
8
+ "version": "0.1.3",
4
9
  "description": "Screen buffer, layout engine, input parser, and event system for TermUI",
5
10
  "type": "module",
6
11
  "main": "./dist/index.cjs",