Skip to content

Commit

Permalink
chore(NA): use internal pkg_npm on @kbn/tinymath (#121920)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored Dec 23, 2021
1 parent 9527bca commit 1ded9b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/kbn-tinymath/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
load("@build_bazel_rules_nodejs//:index.bzl", "js_library", "pkg_npm")
load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
load("@npm//peggy:index.bzl", "peggy")
load("//src/dev/bazel:index.bzl", "pkg_npm")

PKG_BASE_NAME = "kbn-tinymath"
PKG_REQUIRE_NAME = "@kbn/tinymath"
Expand All @@ -26,7 +27,7 @@ NPM_MODULE_EXTRA_FILES = [
"README.md",
]

DEPS = [
RUNTIME_DEPS = [
"@npm//lodash",
]

Expand All @@ -49,7 +50,7 @@ js_library(
":srcs",
":grammar"
],
deps = DEPS,
deps = RUNTIME_DEPS,
package_name = PKG_REQUIRE_NAME,
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit 1ded9b9

Please sign in to comment.