princejs 1.7.6 → 1.7.7

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 +1 -1
  2. package/package.json +2 -2
package/Readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 👑 **PrinceJS**
2
2
 
3
- ### ⚡ Ultra-clean, modern & minimal Bun web framework. Among the top three in performance.
3
+ ### ⚡ Ultra-clean, modern & minimal Bun web framework built by a 13 year old. Among the top three in performance.
4
4
 
5
5
  ![npm](https://img.shields.io/npm/v/princejs)
6
6
  ![stars](https://img.shields.io/github/stars/MatthewTheCoder1218/princejs)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "princejs",
3
- "version": "1.7.6",
4
- "description": "An easy and fast backend framework — by a 13yo developer, for developers.",
3
+ "version": "1.7.7",
4
+ "description": "An easy and fast backend framework that is among the top three — by a 13yo developer, for developers.",
5
5
  "main": "dist/prince.js",
6
6
  "types": "dist/prince.d.ts",
7
7
  "type": "module",