mintlify 4.0.390 → 4.0.392
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 +3 -3
package/README.md
CHANGED
@@ -69,7 +69,7 @@ Error: listen EADDRINUSE: address already in use :::3000
|
|
69
69
|
|
70
70
|
Steps you can take if the dev CLI is not working (After each step try to run `mintlify dev` again):
|
71
71
|
|
72
|
-
- Make sure you are running in a folder with a `
|
72
|
+
- Make sure you are running in a folder with a `docs.json` file.
|
73
73
|
- Run `npm update -g mintlify` to ensure you have the most recent version of the CLI.
|
74
74
|
- Make sure you are using Node v18 or higher.
|
75
75
|
- Navigate to the `.mintlify` folder in your home directory and delete its contents.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mintlify",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.392",
|
4
4
|
"description": "Alias for @mintlify/cli",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=18.0.0"
|
@@ -25,10 +25,10 @@
|
|
25
25
|
"clean:all": "rimraf node_modules"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
-
"@mintlify/cli": "4.0.
|
28
|
+
"@mintlify/cli": "4.0.392"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
31
|
"rimraf": "^5.0.1"
|
32
32
|
},
|
33
|
-
"gitHead": "
|
33
|
+
"gitHead": "007750fbde1b166691ef237a5889c2449f9849de"
|
34
34
|
}
|