@deijose/nix-js 1.1.2 → 1.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.
- package/README.md +3 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -5,9 +5,12 @@
|
|
|
5
5
|
[]()
|
|
6
6
|
[]()
|
|
7
7
|
[]()
|
|
8
|
+
[](https://nix-js-landing-c2yq.vercel.app/)
|
|
8
9
|
|
|
9
10
|
A lightweight, fully reactive micro-framework for building modern web UIs — no virtual DOM, no compiler, no build-time magic. Just signals, tagged templates, and pure TypeScript.
|
|
10
11
|
|
|
12
|
+
**[→ Documentation & Live Demo](https://nix-js-landing-c2yq.vercel.app/)**
|
|
13
|
+
|
|
11
14
|
```
|
|
12
15
|
~24 KB minified · ~8 KB gzipped · zero dependencies · TypeScript-first · ES2022
|
|
13
16
|
```
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deijose/nix-js",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "A lightweight, fully reactive micro-framework — no virtual DOM, no compiler, just signals and tagged templates.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"homepage": "https://nix-js-landing-c2yq.vercel.app/",
|
|
6
7
|
"repository": {
|
|
7
8
|
"type": "git",
|
|
8
9
|
"url": "https://github.com/DeijoseDevelop/nix-js.git"
|