mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[kbn-crypto] Fix typo in package name (#99935)
This commit is contained in:
parent
6f819638ba
commit
3c282fa977
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
load("@npm//@bazel/typescript:index.bzl", "ts_config", "ts_project")
|
||||
load("@build_bazel_rules_nodejs//:index.bzl", "js_library", "pkg_npm")
|
||||
|
||||
PKG_BASE_NAME = "kbn-cypto"
|
||||
PKG_BASE_NAME = "kbn-crypto"
|
||||
PKG_REQUIRE_NAME = "@kbn/crypto"
|
||||
|
||||
SOURCE_FILES = glob(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue