@iadev93/zuno 0.0.4 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -190,6 +190,10 @@ If you export server helpers from core, consider **server-only subpath exports**
190
190
 
191
191
  ---
192
192
 
193
+ If you’re using Zuno in a real project, please open an issue and tell us your use case.
194
+
195
+ ---
196
+
193
197
  ## License
194
198
 
195
199
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iadev93/zuno",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "author": "Ibrahim Aftab",
5
5
  "license": "MIT",
6
6
  "type": "module",