mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix addon prepublish scripts
This commit is contained in:
@@ -1 +0,0 @@
|
||||
--modules-folder "../../node_modules"
|
||||
@@ -9,7 +9,7 @@
|
||||
"types": "typings/attach.d.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prepublish": "tsc -p src"
|
||||
"prepublishOnly": "../../node_modules/.bin/tsc -p src"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xterm": "^3.14.0"
|
||||
|
||||
@@ -17,7 +17,6 @@ interface INewTerminal extends Terminal {
|
||||
writeUtf8(data: Uint8Array): void;
|
||||
}
|
||||
|
||||
|
||||
export class AttachAddon implements ITerminalAddon {
|
||||
private _socket: WebSocket;
|
||||
private _bidirectional: boolean;
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
|
||||
import { Terminal, ILinkMatcherOptions, ITerminalAddon } from 'xterm';
|
||||
|
||||
export interface IAttachOptions {
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
--modules-folder "../../node_modules"
|
||||
@@ -9,7 +9,7 @@
|
||||
"types": "typings/fit.d.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prepublish": "tsc -p src"
|
||||
"prepublishOnly": "../../node_modules/.bin/tsc -p src"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xterm": "^3.14.0"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
--modules-folder "../../node_modules"
|
||||
@@ -9,7 +9,7 @@
|
||||
"types": "typings/search.d.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prepublish": "tsc -p src"
|
||||
"prepublishOnly": "../../node_modules/.bin/tsc -p src"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xterm": "^3.14.0"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
--modules-folder "../../node_modules"
|
||||
@@ -9,7 +9,7 @@
|
||||
"types": "typings/web-links.d.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prepublish": "tsc -p src"
|
||||
"prepublishOnly": "../../node_modules/.bin/tsc -p src"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xterm": "^3.14.0"
|
||||
|
||||
Reference in New Issue
Block a user