diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-02-23 18:52:49 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-04-05 01:29:05 +0200 |
commit | 069de98bdd926cb25954aad94fe23be0272a7b5e (patch) | |
tree | cb77c241cc0a257d574187e333e106b811ad4f3d /webapp/package.json | |
parent | 6aa5e4ccb5adadcc0cb802c44c1e88a35a20a925 (diff) |
Added target and terminal support in Dashboard
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp/package.json')
-rw-r--r-- | webapp/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/package.json b/webapp/package.json index a96586c..8176cf2 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -72,6 +72,7 @@ "tether": "1.4.0", "typeface-exo": "0.0.22", "web-animations-js": "2.2.5", + "xterm": "^3.0.0", "zone.js": "0.8.18" }, "devDependencies": { |