Skip to content

Commit 065293c

Browse files
committed
Move location of patch file to be consistent with downstream dependents
1 parent a44b4bc commit 065293c

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Empty Bazel build file
1+
exports_files(["protobuf_javascript.patch"])

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ archive_override(
4949
sha256 = "8a50071fbca5e4a26361e6c9d81dd842207f0005f7cc1720226f20c25a231805",
5050
strip_prefix = "protobuf-javascript-263ee701cba6b75e1f8eddad5adcdf74718318b1",
5151
urls = ["https://github.com/protocolbuffers/protobuf-javascript/archive/263ee701cba6b75e1f8eddad5adcdf74718318b1.tar.gz"],
52-
patches = ["closure/protobuf/protobuf_javascript.patch"],
52+
patches = ["protobuf_javascript.patch"],
5353
patch_strip = 1,
5454
)
5555

File renamed without changes.

0 commit comments

Comments
 (0)