Skip to content

Commit

Permalink
remove ocaml-lsp-server from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Jun 5, 2024
1 parent 83c65fa commit 02efdee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ init: create-switch install ## Configure everything to develop this repository i
install: ## Install development dependencies
opam update
opam install -y . --deps-only --with-test
opam install ocaml-lsp-server # can be added to opam with `--with-dev-setup` once opam 2.2 is more prevalent

.PHONY: build
build: ## Build the project
Expand Down
1 change: 0 additions & 1 deletion melange-recharts.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ depends: [
"reason" {>= "3.10.0"}
"reason-react" {>= "0.14.0"}
"reason-react-ppx" {>= "0.14.0"}
"ocaml-lsp-server" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 02efdee

Please sign in to comment.