Comparing version 5.3.0-beta.28 to 5.3.0-beta.29
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "5.3.0-beta.28", | ||
"version": "5.3.0-beta.29", | ||
"main": "lib/xterm.js", | ||
@@ -46,5 +46,6 @@ "style": "css/xterm.css", | ||
"presetup": "node ./bin/install-addons.js", | ||
"postsetup": "cd addons/xterm-addon-image && npm run inwasm -- -S", | ||
"postsetup": "npm run inwasm", | ||
"prepublishOnly": "npm run package", | ||
"watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput", | ||
"inwasm": "cd addons/xterm-addon-image && npm run inwasm -- -S", | ||
"benchmark": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json", | ||
@@ -51,0 +52,0 @@ "benchmark-baseline": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json --baseline out-test/benchmark/test/benchmark/*benchmark.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2339286