zuby 1.0.82 → 1.0.83

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,11 +46,11 @@ You can find official plugins in the `@zubyjs` namespace on npm.
46
46
  See the complete [ZubyPlugin API](https://zuby.futrou.com/reference/zuby-plugin) to learn how to create your own plugins.
47
47
 
48
48
  Official plugins:
49
- - [@zubyjs/share](./packages/share) - Share your local development server with others using Cloudflare tunnels
50
- - [@zubyjs/sitemap](./packages/sitemap) - Automatically generate sitemaps for your application
51
- - [@zubyjs/tailwind](./packages/tailwind) - Tailwind CSS integration and optimization
52
- - [@zubyjs/purgecss](./packages/purgecss) - CSS purging and optimization
53
- - [@zubyjs/image](./packages/image) - Image optimization and responsive image generation
49
+ - [@zubyjs/share](https://www.npmjs.com/package/@zubyjs/share) - Share your local development server with others using Cloudflare tunnels
50
+ - [@zubyjs/sitemap](https://www.npmjs.com/package/@zubyjs/sitemap) - Automatically generate sitemaps for your application
51
+ - [@zubyjs/tailwind](https://www.npmjs.com/package/@zubyjs/tailwind) - Tailwind CSS integration and optimization
52
+ - [@zubyjs/purgecss](https://www.npmjs.com/package/@zubyjs/purgecss) - CSS purging and optimization
53
+ - [@zubyjs/image](https://www.npmjs.com/package/@zubyjs/image) - Image optimization and responsive image generation
54
54
 
55
55
  ## Acknowledgements
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zuby",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
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",