Skip to content

Commit

Permalink
timeline: fix missing dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Maréchal <[email protected]>
  • Loading branch information
paul-marechal committed Mar 12, 2021
1 parent 6afae44 commit faecec0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/timeline/compile.tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"references": [
{
"path": "../core/compile.tsconfig.json"
},
{
"path": "../navigator/compile.tsconfig.json"
}
]
}
3 changes: 2 additions & 1 deletion packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.11.0",
"description": "Theia - Timeline Extension",
"dependencies": {
"@theia/core": "1.11.0"
"@theia/core": "1.11.0",
"@theia/navigator": "1.11.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit faecec0

Please sign in to comment.