@iadev93/zuno-express 0.0.5 → 0.0.6

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
@@ -51,6 +51,10 @@ app.listen(3000);
51
51
 
52
52
  ---
53
53
 
54
+ If you’re using Zuno in a real project, please open an issue and tell us your use case.
55
+
56
+ ---
57
+
54
58
  ## License
55
59
 
56
60
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iadev93/zuno-express",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [