Skip to content

Commit a53abc0

Browse files
committed
Mark rules_pkg as a dev dependency
1 parent 26f3edf commit a53abc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module(name = "protobuf_javascript", version = "4.0.1")
33
bazel_dep(name = "abseil-cpp", version = "20250512.1")
44
bazel_dep(name = "protobuf", version = "33.0", repo_name = "com_google_protobuf")
55
bazel_dep(name = "rules_cc", version = "0.2.15")
6-
bazel_dep(name = "rules_pkg", version = "1.0.1")
6+
bazel_dep(name = "rules_pkg", version = "1.0.1", dev_dependency = True)

0 commit comments

Comments
 (0)