Skip to content

Commit 9c76899

Browse files
apply suggestions from code review
Co-authored-by: Kate <[email protected]>
1 parent 232c0e8 commit 9c76899

File tree

1 file changed

+2
-3
lines changed
  • packages/opam-check-npm-deps/opam-check-npm-deps.1.0.0

1 file changed

+2
-3
lines changed

packages/opam-check-npm-deps/opam-check-npm-deps.1.0.0/opam

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"ocaml" {>= "4.14.0"}
1313
"reason" {>= "3.8.1" & < "4.0.0"}
1414
"dune" {>= "3.8"}
15-
"opam-client" {>= "2.1.2" & < "2.2.0"}
15+
"opam-client" {>= "2.1.3" & < "2.2"}
1616
"mccs" {>= "1.1+14"}
1717
"angstrom" {>= "0.15.0"}
1818
"fmt" {>= "0.9.0"}
@@ -23,10 +23,9 @@ depends: [
2323
"ppx_inline_test"
2424
"ppx_let"
2525
"ppx_sexp_conv"
26-
"ocaml-lsp-server" {dev}
27-
"ocamlformat" {dev}
2826
"odoc" {with-doc}
2927
]
28+
available: opam-version >= "2.1" & opam-version < "2.2"
3029
build: [
3130
["dune" "subst"] {dev}
3231
[

0 commit comments

Comments
 (0)