Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Added a workaround for missing yargs issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
kittaakos committed Dec 7, 2017
1 parent ad4f93c commit 2970dad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"url": "https://github.com/theia-ide/yangster-electron/issues"
},
"homepage": "https://github.com/theia-ide/yangster-electron#readme",
"//": [
"See why `yargs` is an explicit dependency: https://github.com/theia-ide/theia/issues/934",
"See why `xterm` is an explicit dependency: https://github.com/theia-ide/theia/issues/737"
],
"dependencies": {
"@theia/core": "latest",
"@theia/editor": "latest",
Expand All @@ -36,7 +40,8 @@
"@theia/process": "latest",
"@theia/terminal": "latest",
"@theia/workspace": "latest",
"theia-yang-extension": "^0.1.6",
"theia-yang-extension": "^0.1.7",
"yargs": "^9.0.1",
"xterm": "^2.9.2"
},
"devDependencies": {
Expand Down

0 comments on commit 2970dad

Please sign in to comment.