azurajs 1.0.1 → 1.0.2
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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
⚡ Modern, fast, and TypeScript-first web framework for Node.js and Bun with decorator-based routing.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/azurajs)
|
|
6
|
-
[](https://github.com/
|
|
6
|
+
[](https://github.com/0xviny/azurajs/blob/main/LICENSE)
|
|
7
7
|
[](https://www.typescriptlang.org/)
|
|
8
8
|
|
|
9
9
|
## Features
|
|
@@ -489,13 +489,13 @@ MIT License - see LICENSE file for details
|
|
|
489
489
|
|
|
490
490
|
## Links
|
|
491
491
|
|
|
492
|
-
- [GitHub Repository](https://github.com/
|
|
492
|
+
- [GitHub Repository](https://github.com/0xviny/azurajs)
|
|
493
493
|
- [NPM Package](https://www.npmjs.com/package/azurajs)
|
|
494
494
|
- [Documentation](https://azurajs.dev)
|
|
495
|
-
- [Examples](https://github.com/
|
|
495
|
+
- [Examples](https://github.com/0xviny/azurajs/tree/main/examples)
|
|
496
496
|
|
|
497
497
|
## Support
|
|
498
498
|
|
|
499
|
-
- 🐛 [Issue Tracker](https://github.com/
|
|
500
|
-
- 💬 [Discussions](https://github.com/
|
|
501
|
-
- 📧 Email:
|
|
499
|
+
- 🐛 [Issue Tracker](https://github.com/0xviny/azurajs/issues)
|
|
500
|
+
- 💬 [Discussions](https://github.com/0xviny/azurajs/discussions)
|
|
501
|
+
- 📧 Email: 0xviny.dev@gmail.com
|
package/package.json
CHANGED