refactor: remove unneeded file from core package It's confusing to have the bbrnj providers file in this module, since you're meant to use /nodejs/providers.bzl instead
diff --git a/BUILD.bazel b/BUILD.bazel index 9c22bf3..8f050e8 100644 --- a/BUILD.bazel +++ b/BUILD.bazel
@@ -130,7 +130,6 @@ srcs = [ "LICENSE", "README.md", - "providers.bzl", "version.bzl", "//nodejs:package_contents", # TODO(5.0) remove this and depend on real skylib