Skip to content

Commit

Permalink
“target_node”
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jul 29, 2021
1 parent 7523bcd commit ae01dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/kbn-field-types/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TYPES_DEPS = [
]

jsts_transpiler(
name = "target",
name = "target_node",
srcs = SRCS,
build_pkg_name = package_name(),
)
Expand Down Expand Up @@ -75,7 +75,7 @@ ts_project(
js_library(
name = PKG_BASE_NAME,
srcs = NPM_MODULE_EXTRA_FILES,
deps = RUNTIME_DEPS + [":target", ":tsc_types"],
deps = RUNTIME_DEPS + [":target_node", ":tsc_types"],
package_name = PKG_REQUIRE_NAME,
visibility = ["//visibility:public"],
)
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-field-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"private": true,
"license": "SSPL-1.0 OR Elastic License 2.0",
"main": "./target/index.js",
"main": "./target_node/index.js",
"types": "./target_types/index.d.ts"
}

0 comments on commit ae01dfd

Please sign in to comment.