We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 019810c + 556caed commit 6cfdd3dCopy full SHA for 6cfdd3d
.gitignore
@@ -3,4 +3,5 @@
3
/widget/dist
4
/widget/node_modules
5
/widget/*.log.json
6
+/widget/*.hash
7
.direnv/
lakefile.lean
@@ -6,7 +6,11 @@ package proofwidgets where
buildArchive? := "ProofWidgets4.tar.gz"
releaseRepo := "https://github.com/leanprover-community/ProofWidgets4"
8
9
+<<<<<<< HEAD
10
require "leanprover-community" / "batteries" @ git "nightly-testing"
11
+=======
12
+require "leanprover-community" / "batteries" @ git "v4.24.0-rc1"
13
+>>>>>>> main
14
15
def widgetDir : FilePath := "widget"
16
widget/package-lock.json.hash
0 commit comments