Skip to content

Commit

Permalink
GH-815: Added the missing process dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
  • Loading branch information
kittaakos committed Nov 15, 2017
1 parent fe10601 commit b4a3d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/languages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Theia - Languages Extension",
"dependencies": {
"@theia/core": "^0.2.1",
"@theia/process": "^0.2.1",
"vscode-base-languageclient": "^0.0.1-alpha.3",
"vscode-languageserver": "^3.4.0"
},
Expand Down Expand Up @@ -46,4 +47,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}

0 comments on commit b4a3d07

Please sign in to comment.