Skip to content

Commit

Permalink
v0.17~preview.129.17+77
Browse files Browse the repository at this point in the history
  • Loading branch information
public-release committed Apr 25, 2024
1 parent 8cec574 commit b266307
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bonsai.opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ depends: [
"virtual_dom"
"base64" {>= "3.4.0"}
"cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"}
"dune" {>= "2.0.0"}
"dune" {>= "3.11.0"}
"gen_js_api" {>= "1.0.8"}
"js_of_ocaml" {>= "5.1.1" & < "5.7.0"}
"js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"}
Expand Down
4 changes: 1 addition & 3 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
(lang dune 2.0)

(formatting disabled)
(lang dune 3.11)
2 changes: 1 addition & 1 deletion examples/mouse_position/doc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(targets graph.svg)
(deps graph_generator.bc.js)
(action
(bash "%{NODE} %{deps} | dot -T svg -ograph.svg")))
(bash "node %{deps} | dot -T svg -ograph.svg")))

(alias
(name DEFAULT)
Expand Down

0 comments on commit b266307

Please sign in to comment.