Skip to content

Commit

Permalink
Alias for back-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Feb 9, 2024
1 parent 88361df commit a6a3ede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ Exports for backward compatibility with Rules NodeJS v3.
"""

load("//lib:rules.bzl", _nodejs_binary = "nodejs_binary", _nodejs_test = "nodejs_test", _pkg_npm = "pkg_npm", _js_library = "js_library")
load("//lib:workspace.bzl", _nodejs_download = "nodejs_download")
load("//lib/private:repositories.bzl", _yarn_install = "yarn_install")

visibility(["public"])

yarn_install = _yarn_install
node_repositories = _nodejs_download
nodejs_binary = _nodejs_binary
nodejs_test = _nodejs_test
pkg_npm = _pkg_npm
Expand Down

0 comments on commit a6a3ede

Please sign in to comment.