Skip to content

Commit cdf97a7

Browse files
committed
Require js_of_ocaml >= 3.1.0
1 parent a68275b commit cdf97a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ install: [make "install"]
1515
remove: ["ocamlfind" "remove" "gen_js_api"]
1616
depends: [
1717
"ocamlfind" {build}
18-
"js_of_ocaml" {>= "3.0"}
18+
"js_of_ocaml" {>= "3.1.0"}
1919
]
2020
available: [ ocaml-version >= "4.06.0" ]

0 commit comments

Comments
 (0)