@modern-js/main-doc 2.70.4 → 2.70.5

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 +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,3 +21,10 @@ $ pnpm run build
21
21
  ```
22
22
 
23
23
  This command generates static content into the `build` directory and can be served using any static contents hosting service.
24
+
25
+
26
+ ### deploy
27
+
28
+ ```
29
+ $ pnpm run build:docs
30
+ ```
package/package.json CHANGED
@@ -15,14 +15,14 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.70.4",
18
+ "version": "2.70.5",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public"
22
22
  },
23
23
  "dependencies": {
24
24
  "mermaid": "^11.4.1",
25
- "@modern-js/sandpack-react": "2.70.4"
25
+ "@modern-js/sandpack-react": "2.70.5"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@rsbuild/plugin-sass": "1.5.0",