Skip to content

Commit

Permalink
add opam-check-npm-deps to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Aug 24, 2023
1 parent 057e688 commit 072960b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
reason-react-ppx
(reason
(>= 3.6.0))
(ocaml-lsp-server :with-test)))
(ocaml-lsp-server :with-test)
(opam-check-npm-deps
(= 1.0.0 :with-dev-setup))))

(package
(name reason-react-ppx)
Expand Down
1 change: 1 addition & 0 deletions reason-react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +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}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 072960b

Please sign in to comment.