Skip to content

Commit

Permalink
chore: cleanup deps in MODULE.bazel (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored May 9, 2024
1 parent 580c7c3 commit 8852aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ esbuild.toolchain(
)
use_repo(esbuild, "esbuild_toolchains")

register_toolchains("@esbuild_toolchains//:all")

####### Dev dependencies ########

bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True)
bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True, repo_name = "io_bazel_stardoc")

register_toolchains("@esbuild_toolchains//:all")

0 comments on commit 8852aaf

Please sign in to comment.