Skip to content

Commit

Permalink
latest rules_js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Apr 26, 2022
1 parent 1bb076d commit 1289eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion swc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ js_binary(
# to the repository, e.g.
# @aspect_rules_swc.0.2.0.swc.npm__swc_core-1.2.119
package("@swc/cli"),
"//swc:npm__at_swc_core",
"//swc:np__at_swc_core",
],
entry_point = "main.cjs",
visibility = ["//visibility:public"],
Expand Down
6 changes: 3 additions & 3 deletions swc/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def rules_swc_dependencies():
maybe(
http_archive,
name = "aspect_rules_js",
sha256 = "fae5e9ee00dc52d29a1eafea3e6d8293ac38da219cc86691cd4e10ade4b3b264",
strip_prefix = "rules_js-2736ed7c95a418f9976c365ae13731b0522574bd",
url = "https://github.com/aspect-build/rules_js/archive/2736ed7c95a418f9976c365ae13731b0522574bd.tar.gz",
sha256 = "30f9678a5886c4f4bdd621e1c241e889828c82b22e23a442c7cfb8ee6bb7e719",
strip_prefix = "rules_js-63cc1a1eef2e67203aac9f35ffee6dbdfd5e2745",
url = "https://github.com/aspect-build/rules_js/archive/63cc1a1eef2e67203aac9f35ffee6dbdfd5e2745.tar.gz",
)

0 comments on commit 1289eb1

Please sign in to comment.