mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #2180 from xtermjs/remove_package_scope
Remove @xtermjs package scope
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@xtermjs/addon-attach",
|
||||
"version": "0.1.0-beta8",
|
||||
"name": "xterm-addon-attach",
|
||||
"version": "0.1.0-beta10",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
"url": "https://xtermjs.org/"
|
||||
},
|
||||
"main": "lib/AttachAddon.js",
|
||||
"types": "typings/attach.d.ts",
|
||||
"types": "typings/xterm-addon-attach.d.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../../node_modules/.bin/tsc -p src"
|
||||
"prepublishOnly": "../../node_modules/.bin/tsc -p src"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xterm": "^3.14.0"
|
||||
+1
-1
@@ -14,6 +14,6 @@
|
||||
},
|
||||
"include": [
|
||||
"./**/*",
|
||||
"../../../../typings/xterm.d.ts"
|
||||
"../../../typings/xterm.d.ts"
|
||||
]
|
||||
}
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
import { Terminal, ILinkMatcherOptions, ITerminalAddon } from 'xterm';
|
||||
|
||||
declare module '@xtermjs/addon-attach' {
|
||||
declare module 'xterm-addon-attach' {
|
||||
export interface IAttachOptions {
|
||||
/**
|
||||
* Whether input should be written to the backend. Defaults to `true`.
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@xtermjs/addon-fit",
|
||||
"version": "0.1.0-beta7",
|
||||
"name": "xterm-addon-fit",
|
||||
"version": "0.1.0-beta2",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
"url": "https://xtermjs.org/"
|
||||
},
|
||||
"main": "lib/FitAddon.js",
|
||||
"types": "typings/fit.d.ts",
|
||||
"types": "typings/xterm-addon-fit.d.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../../node_modules/.bin/tsc -p src"
|
||||
"prepublishOnly": "../../node_modules/.bin/tsc -p src"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xterm": "^3.14.0"
|
||||
+1
-1
@@ -14,6 +14,6 @@
|
||||
},
|
||||
"include": [
|
||||
"./**/*",
|
||||
"../../../../typings/xterm.d.ts"
|
||||
"../../../typings/xterm.d.ts"
|
||||
]
|
||||
}
|
||||
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
import { Terminal, ITerminalAddon } from 'xterm';
|
||||
|
||||
declare module '@xtermjs/addon-fit' {
|
||||
declare module 'xterm-addon-fit' {
|
||||
/**
|
||||
* An xterm.js addon that enables resizing the terminal to the dimensions of
|
||||
* its containing element.
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@xtermjs/addon-search",
|
||||
"version": "0.1.0-beta4",
|
||||
"name": "xterm-addon-search",
|
||||
"version": "0.1.0-beta5",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
"url": "https://xtermjs.org/"
|
||||
},
|
||||
"main": "lib/SearchAddon.js",
|
||||
"types": "typings/search.d.ts",
|
||||
"types": "typings/xterm-addon-search.d.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../../node_modules/.bin/tsc -p src"
|
||||
"prepublishOnly": "../../node_modules/.bin/tsc -p src"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xterm": "^3.14.0"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user