Skip to content

Commit

Permalink
rename module from com_github_benchsci_rules_nodejs_gazelle to rules_…
Browse files Browse the repository at this point in the history
…nodejs_gazelle
  • Loading branch information
ewianda committed Apr 26, 2024
1 parent 6542264 commit 57ea2c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
module(
name = "com_github_benchsci_rules_nodejs_gazelle",
version = "0.0.0",
name = "rules_nodejs_gazelle",
version = "0.7.0",
compatibility_level = 1,
)

Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ bazel_dep(name = "rules_go", version = "0.42.0", repo_name = "io_bazel_rules_go"
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "aspect_rules_ts", version = "1.4.0")
bazel_dep(name = "aspect_rules_jest", version = "0.0.0", repo_name = "aspect_rules_jest")
bazel_dep(name = "com_github_benchsci_rules_nodejs_gazelle", version = "0.0.0", repo_name = "com_github_benchsci_rules_nodejs_gazelle")
bazel_dep(name = "rules_nodejs_gazelle", version = "0.0.0", repo_name = "rules_nodejs_gazelle")
local_path_override(
module_name = "com_github_benchsci_rules_nodejs_gazelle",
module_name = "rules_nodejs_gazelle",
path = "../..",
)

Expand Down

0 comments on commit 57ea2c6

Please sign in to comment.