zuby 1.0.52 → 1.0.53

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,8 +29,8 @@ npx zuby init
29
29
  - Preloading of pages and assets
30
30
  - Static and server outputs with support for SSG, SSR, ISG and ISR render modes
31
31
 
32
- And many more! Explore the [Zuby.js documentation](https://zuby.js.org/) to see all the features and how to use them.
33
- Please note that Zuby.js is still in early development, so some features may not working properly.
32
+ And many more! Explore the [Zuby.js documentation](https://zuby.futrou.com/) to see all the features and how to use them.
33
+ Please note that Zuby.js is still in early development, so some features may not work properly.
34
34
 
35
35
  ## Integrations
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zuby",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "Zuby.js is a framework for building modern apps using Preact or React.",
5
5
  "type": "module",
6
6
  "main": "index.js",