Skip to content

Commit

Permalink
Add explicit 'yargs' dependency to theia/cli
Browse files Browse the repository at this point in the history
Added explicit `yargs` dependency to `@theia/cli` under
`dev-packages`. Fixes an issue where users/extenders
cannot successfully use the `@theia/cli` package
when working outside of the main repository monorepo.

Originally from @cortopy #6418.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
Co-authored-by: Juan Jimenez-Anca <cortopy@users.noreply.github.com>
  • Loading branch information
vince-fugnitto and cortopy committed Oct 24, 2019
1 parent fc6337c commit 853d6b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"dependencies": {
"@theia/application-manager": "^0.11.0",
"@theia/application-package": "^0.11.0"
"@theia/application-package": "^0.11.0",
"yargs": "^11.1.0"
}
}

0 comments on commit 853d6b3

Please sign in to comment.