Skip to content

Commit

Permalink
[@kbn/utils] Adds missing dependency (#77536)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Sep 15, 2020
1 parent 1e00ae7 commit 93e37af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/kbn-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 93e37af

Please sign in to comment.