Skip to content

Commit

Permalink
Remove 'navigator' dependency from 'editor-preview'
Browse files Browse the repository at this point in the history
Fixes eclipse-theia#6639

- removes the unused `navigator` from the `editor-preview` extension.
- the `navigator` was needlessly pulled by the `editor-preview` as it was
never used and is likely to be a leftover of 00e7d9d.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto authored and akosyakov committed Feb 24, 2020
1 parent c1a8874 commit fdc905d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/editor-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Theia - Editor Preview Extension",
"dependencies": {
"@theia/core": "^0.12.0",
"@theia/editor": "^0.12.0",
"@theia/navigator": "^0.12.0"
"@theia/editor": "^0.12.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit fdc905d

Please sign in to comment.