We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e500e commit dbc2f61Copy full SHA for dbc2f61
1 file changed
reason-react.opam
@@ -18,7 +18,7 @@ doc: "https://reasonml.github.io/reason-react"
18
bug-reports: "https://github.com/reasonml/reason-react/issues"
19
depends: [
20
"dune" {>= "3.8"}
21
- "ocaml" {>= "4.06.1"}
+ "ocaml" {>= "4.13.0"}
22
"melange" {>= "1.0.0"}
23
"reactjs-jsx-ppx"
24
"reason" {>= "3.6.0"}
@@ -35,7 +35,6 @@ build: [
35
"-j"
36
jobs
37
"@install"
38
- "@runtest" {with-test}
39
"@doc" {with-doc}
40
]
41
0 commit comments