Skip to content

Commit 9acbf19

Browse files
authored
add maintentnace intent (#14)
1 parent 44d39f7 commit 9acbf19

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

dune-project

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
(lang dune 3.8)
1+
(lang dune 3.18)
2+
3+
(maintenance_intent "(latest)")
24

35
(using melange 0.1)
46

@@ -21,7 +23,8 @@
2123

2224
(package
2325
(name melange-testing-library)
24-
(synopsis "Melange bindings for testing-library (dom-testing-library and react-testing-library)")
26+
(synopsis
27+
"Melange bindings for testing-library (dom-testing-library and react-testing-library)")
2528
(depends
2629
ocaml
2730
(melange

melange-testing-library.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ depends: [
1414
"reason-react"
1515
"melange-jest" {with-test}
1616
"opam-check-npm-deps" {with-test}
17-
"melange-webapi" {with-test}
1817
"bisect_ppx" {with-test & >= "2.5.0"}
1918
"odoc" {with-doc}
2019
]

0 commit comments

Comments
 (0)