Use packaged version of node-xterm

This commit is contained in:
Pirate Praveen 2020-02-28 18:54:31 +05:30
parent a0df5ccec2
commit f0d8ad33f0
2 changed files with 7 additions and 5 deletions

3
debian/control vendored
View file

@ -392,8 +392,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
webpack (>= 4~), webpack (>= 4~),
node-webpack-stats-plugin, node-webpack-stats-plugin,
node-worker-loader (>= 2.0~), node-worker-loader (>= 2.0~),
# node-xterm is missing xterm/lib/addons node-xterm,
# node-xterm,
# using yarn install for remaining node modules as it is in contrib # using yarn install for remaining node modules as it is in contrib
# node-babel-core, # node-babel-core,
# node-babel-eslint, # node-babel-eslint,

View file

@ -130,15 +130,18 @@
"url-loader": "^2.1.0", "url-loader": "^2.1.0",
"visibilityjs": "^1.2.4", "visibilityjs": "^1.2.4",
"vue": "^2.6.10", "vue": "^2.6.10",
@@ -136,11 +103,6 @@ @@ -135,13 +102,7 @@
"vue-template-compiler": "^2.6.10",
"vue-virtual-scroll-list": "^1.3.1", "vue-virtual-scroll-list": "^1.3.1",
"vuedraggable": "^2.23.0", "vuedraggable": "^2.23.0",
"vuex": "^3.1.0", - "vuex": "^3.1.0",
- "webpack": "^4.40.2", - "webpack": "^4.40.2",
- "webpack-bundle-analyzer": "^3.5.1", - "webpack-bundle-analyzer": "^3.5.1",
- "webpack-cli": "^3.3.9", - "webpack-cli": "^3.3.9",
- "webpack-stats-plugin": "^0.3.0", - "webpack-stats-plugin": "^0.3.0",
- "worker-loader": "^2.0.0", - "worker-loader": "^2.0.0",
"xterm": "^3.5.0" - "xterm": "^3.5.0"
+ "vuex": "^3.1.0"
}, },
"devDependencies": { "devDependencies": {
},