@mulanjs/mulanjs 1.0.1-dev.20260212145429 → 1.0.1-dev.20260212152134

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 +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -99,5 +99,8 @@ p { font-size: 1.2rem; color: #888; max-width: 600px; margin: 0 auto 40px; }
99
99
  </style>
100
100
  ```
101
101
 
102
+ ## Created By
103
+ **Nitin Kumar** (@nitinkumardev09) - *Creator of .mujs & MulanJS Framework*
104
+
102
105
  ## License
103
106
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mulanjs/mulanjs",
3
- "version": "1.0.1-dev.20260212145429",
3
+ "version": "1.0.1-dev.20260212152134",
4
4
  "description": "A powerful, secure, and enterprise-grade JavaScript framework.",
5
5
  "main": "dist/mulan.js",
6
6
  "module": "dist/mulan.esm.js",
@@ -43,7 +43,7 @@
43
43
  "store",
44
44
  "security"
45
45
  ],
46
- "author": "MulanJS Team",
46
+ "author": "Nitin Kumar <nitinkumardev09>",
47
47
  "license": "MIT",
48
48
  "dependencies": {
49
49
  "commander": "^14.0.3",