Skip to content

Commit 14a9f68

Browse files
Merge branch 'master' into docker/ironbank-context
2 parents 2b24ecd + d43547a commit 14a9f68

23 files changed

Lines changed: 726 additions & 354 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
/src/plugins/vis_type_xy/ @elastic/kibana-app
2727
/src/plugins/visualize/ @elastic/kibana-app
2828
/src/plugins/visualizations/ @elastic/kibana-app
29+
/packages/kbn-tinymath/ @elastic/kibana-app
2930

3031
# Application Services
3132
/examples/bfetch_explorer/ @elastic/kibana-app-services

packages/kbn-tinymath/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"license": "SSPL-1.0 OR Elastic License 2.0",
55
"private": true,
66
"main": "src/index.js",
7+
"types": "tinymath.d.ts",
78
"scripts": {
89
"kbn:bootstrap": "yarn build",
910
"build": "../../node_modules/.bin/pegjs -o src/grammar.js src/grammar.pegjs"

0 commit comments

Comments
 (0)