Remove xterm-addon-webgl, as it's not ready yet

This commit is contained in:
NI
2019-09-15 13:29:01 +08:00
parent c90c4b1f9e
commit 9880ce3b87
2 changed files with 1 additions and 8 deletions

6
package-lock.json generated
View File

@@ -12757,12 +12757,6 @@
"integrity": "sha512-2KnHtiq0IG7hfwv3jw2/jQeH1RBk2d5CH4zvgwQe00rLofSJqSfgnJ7gwowxxpGHrpbPr6Lv4AmH/joaNw2+HQ==", "integrity": "sha512-2KnHtiq0IG7hfwv3jw2/jQeH1RBk2d5CH4zvgwQe00rLofSJqSfgnJ7gwowxxpGHrpbPr6Lv4AmH/joaNw2+HQ==",
"dev": true "dev": true
}, },
"xterm-addon-webgl": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/xterm-addon-webgl/-/xterm-addon-webgl-0.2.1.tgz",
"integrity": "sha512-MZyh/KGbOBEEOqGpgilHuKHSj0OCXiZsBedTtLesHNerc79710shUHnfBlk31ggYU9G/WJ91qoNNux3ek5QBPA==",
"dev": true
},
"y18n": { "y18n": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",

View File

@@ -42,8 +42,7 @@
"webpack-manifest-plugin": "^2.0.4", "webpack-manifest-plugin": "^2.0.4",
"xterm": "^4.0.1", "xterm": "^4.0.1",
"xterm-addon-fit": "^0.2.1", "xterm-addon-fit": "^0.2.1",
"xterm-addon-web-links": "^0.2.1", "xterm-addon-web-links": "^0.2.1"
"xterm-addon-webgl": "^0.2.1"
}, },
"scripts": { "scripts": {
"dev": "NODE_ENV=development webpack --mode=development --config=webpack.config.js --watch", "dev": "NODE_ENV=development webpack --mode=development --config=webpack.config.js --watch",