lean4monaco 1.0.40 → 1.0.41

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.
@@ -138,7 +138,6 @@ export class IFrameInfoWebviewFactory {
138
138
  <link rel="stylesheet" href="${new URL('./vscode-lean4/lean4-infoview/src/infoview/index.css', import.meta.url)}">
139
139
  <link rel="stylesheet" href="${new URL('./css/vscode_webview.css', import.meta.url)}">
140
140
  <link rel="stylesheet" href="${new URL('./css/custom.css', import.meta.url)}">
141
-
142
141
  </head>
143
142
  <body>
144
143
  <div id="react_root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lean4monaco",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "Monaco Editor support for the Lean 4 theorem prover.",
5
5
  "keywords": [
6
6
  "lean",