Merge branch 'master' into feature/xterm-addon-serialize-restore-layout-and-cursor

This commit is contained in:
Daniel Imms
2021-02-01 09:36:05 -08:00
committed by GitHub
+1
View File
@@ -11,6 +11,7 @@
"prepackage": "npm run build",
"package": "webpack",
"start": "node demo/start",
"start-debug": "node --inspect-brk demo/start",
"lint": "eslint -c .eslintrc.json --max-warnings 0 --ext .ts src/ addons/",
"test": "npm run test-unit",
"posttest": "npm run lint",