@neveranyart/weaver 1.0.14 → 1.0.15
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 +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ This package is published as an in-depth on `neverany` technicals. It is not int
|
|
|
12
12
|
But, most components and tools are built with flexibility in mind, providing a balance between abstraction and verbose.
|
|
13
13
|
|
|
14
14
|
## Documentations
|
|
15
|
-
1. [Routing](/docs/ROUTING.md)
|
|
15
|
+
1. [Routing](https://github.com/neveranyart/weaver/blob/main/docs/ROUTING.md)
|
|
16
16
|
2. Hooks
|
|
17
17
|
3. Scene
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "neveranyart",
|
|
3
3
|
"license": "GPL-3.0-or-later",
|
|
4
4
|
"name": "@neveranyart/weaver",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.15",
|
|
6
6
|
"description": "An in-house package by neverany for making interactive React CSR.",
|
|
7
7
|
"packageManager": "yarn@4.10.3",
|
|
8
8
|
"publishConfig": {
|