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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lean4monaco",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Monaco Editor support for the Lean 4 theorem prover.",
5
5
  "keywords": [
6
6
  "lean",