Skip to content

Commit

Permalink
fix opam formula (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Aug 24, 2023
1 parent cc2248f commit 9a06c86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
(>= 3.6.0))
(ocaml-lsp-server :with-test)
(opam-check-npm-deps
(= 1.0.0 :with-dev-setup))))
(and
(= 1.0.0)
:with-dev-setup))))

(package
(name reason-react-ppx)
Expand Down
2 changes: 1 addition & 1 deletion reason-react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"reason-react-ppx"
"reason" {>= "3.6.0"}
"ocaml-lsp-server" {with-test}
"opam-check-npm-deps" {"1.0.0" = with-dev-setup}
"opam-check-npm-deps" {= "1.0.0" & with-dev-setup}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 9a06c86

Please sign in to comment.