@deijose/nix-js 0.1.4 → 0.1.5
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 +1 -1
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -129,7 +129,7 @@ function ThemedCard() {
|
|
|
129
129
|
|
|
130
130
|
For the complete API reference, guides, and all features (async/lazy, lifecycle hooks, event modifiers, keyed lists, query params, nested routes, and more):
|
|
131
131
|
|
|
132
|
-
**→ [Full documentation on GitHub](https://github.com/
|
|
132
|
+
**→ [Full documentation on GitHub](https://github.com/DeijoseDevelop/nix-js)**
|
|
133
133
|
|
|
134
134
|
## License
|
|
135
135
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deijose/nix-js",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "A lightweight, fully reactive micro-framework — no virtual DOM, no compiler, just signals and tagged templates.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/DeijoseDevelop/nix-js.git"
|
|
9
|
+
},
|
|
6
10
|
"type": "module",
|
|
7
11
|
"keywords": [
|
|
8
12
|
"reactive",
|