Skip to content

Commit

Permalink
apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kate <[email protected]>
  • Loading branch information
jchavarri and kit-ty-kate authored Aug 17, 2023
1 parent 232c0e8 commit 9c76899
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/opam-check-npm-deps/opam-check-npm-deps.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"reason" {>= "3.8.1" & < "4.0.0"}
"dune" {>= "3.8"}
"opam-client" {>= "2.1.2" & < "2.2.0"}
"opam-client" {>= "2.1.3" & < "2.2"}
"mccs" {>= "1.1+14"}
"angstrom" {>= "0.15.0"}
"fmt" {>= "0.9.0"}
Expand All @@ -23,10 +23,9 @@ depends: [
"ppx_inline_test"
"ppx_let"
"ppx_sexp_conv"
"ocaml-lsp-server" {dev}
"ocamlformat" {dev}
"odoc" {with-doc}
]
available: opam-version >= "2.1" & opam-version < "2.2"
build: [
["dune" "subst"] {dev}
[
Expand Down

0 comments on commit 9c76899

Please sign in to comment.