Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-07-12 13:44:09 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-08-03 16:26:24 +0300
commit77c189a9a7687849eac438a2850c6a106b371399 (patch)
tree1d306694dec8d184a6522d6d81cdd26b72692f15 /package.json
parentf5b9e2879090d86c41ee6ec2b9e6e14d7cd3fd59 (diff)
Move xterm to a node dependency and remove global code [ci skip]
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2a8761e32d6..4e5cf05f49b 100644
--- a/package.json
+++ b/package.json
@@ -103,7 +103,8 @@
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.8",
"webpack-stats-plugin": "^0.2.1",
- "worker-loader": "^2.0.0"
+ "worker-loader": "^2.0.0",
+ "xterm": "^3.5.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.15.0",