[@kbn/utils] Adds missing dependency (#77536)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-09-15 12:07:28 -07:00 committed by GitHub
parent 1e00ae7e3e
commit 93e37af4f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@
"kbn:watch": "yarn build --watch"
},
"dependencies": {
"@kbn/config-schema": "1.0.0"
"@kbn/config-schema": "1.0.0",
"load-json-file": "^6.2.0"
},
"devDependencies": {
"typescript": "4.0.2"