lean4monaco 1.1.4 → 1.1.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -229,7 +229,7 @@ If there are merge conflicts, resolve them.
|
|
|
229
229
|
|
|
230
230
|
Make sure that the `@leanprover` packages (and possibly others?)
|
|
231
231
|
listed under `dependencies` in `package.json` point to the same versions as the packages
|
|
232
|
-
listed under `dependencies` in `src/vscode-lean4/package.json`.
|
|
232
|
+
listed under `dependencies` in `src/vscode-lean4/package.json`.
|
|
233
233
|
|
|
234
234
|
Verify that the everything still works:
|
|
235
235
|
```
|