@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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -5,9 +5,12 @@
5
5
  [![Tests](https://img.shields.io/badge/tests-158%20passing-brightgreen.svg)]()
6
6
  [![Bundle size](https://img.shields.io/badge/min%2Bgzip-~8%20KB-orange.svg)]()
7
7
  [![Zero Dependencies](https://img.shields.io/badge/dependencies-0-success.svg)]()
8
+ [![Website](https://img.shields.io/badge/website-nix--js-indigo.svg)](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.2",
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"