Skip to content

Commit

Permalink
chore(NA): fix package.json main field
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 3, 2021
1 parent 9e46aa2 commit 09ea2e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/kbn-babel-code-parser/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ NPM_MODULE_EXTRA_FILES = [
]

RUNTIME_DEPS = [
"//packages/kbn-babel-preset",
"@npm//@babel/parser",
"@npm//@babel/traverse",
"@npm//lodash",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-babel-code-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "babel code parser for Kibana",
"private": true,
"version": "1.0.0",
"main": "./target/index.js",
"main": "./target_node/index.js",
"license": "SSPL-1.0 OR Elastic License 2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 09ea2e1

Please sign in to comment.