Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
declare kbn/monaco dependency on kbn/i18n explicitly (elastic#84660)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored and spalger committed Dec 1, 2020
1 parent d4cc408 commit d5ac49f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kbn-monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"devDependencies": {
"@kbn/babel-preset": "link:../kbn-babel-preset",
"@kbn/dev-utils": "link:../kbn-dev-utils"
},
"dependencies": {
"@kbn/i18n": "link:../kbn-i18n"
}
}

0 comments on commit d5ac49f

Please sign in to comment.