Skip to content

Commit 93e37af

Browse files
author
Tyler Smalley
authored
[@kbn/utils] Adds missing dependency (#77536)
Signed-off-by: Tyler Smalley <[email protected]>
1 parent 1e00ae7 commit 93e37af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/kbn-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"kbn:watch": "yarn build --watch"
1111
},
1212
"dependencies": {
13-
"@kbn/config-schema": "1.0.0"
13+
"@kbn/config-schema": "1.0.0",
14+
"load-json-file": "^6.2.0"
1415
},
1516
"devDependencies": {
1617
"typescript": "4.0.2"

0 commit comments

Comments
 (0)