@mulanjs/mulanjs 1.0.1-dev.20260218163106 → 1.0.1-dev.20260218164416
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ MulanJS is a high-performance, next-generation web framework designed to bridge
|
|
|
16
16
|
> Coming soon!
|
|
17
17
|
|
|
18
18
|
### Development Release (Latest)
|
|
19
|
-
To install the latest development version of MulanJS:
|
|
19
|
+
To install the latest development version of MulanJS (e.g., `1.0.1-dev.20260218163106`):
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
22
|
npm install @mulanjs/mulanjs@dev
|
package/package.json
CHANGED