mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Rename to GH org for scope @xtermjs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@xterm/addon-attach",
|
||||
"name": "@xtermjs/addon-attach",
|
||||
"version": "0.1.0-beta8",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
import { Terminal, ILinkMatcherOptions, ITerminalAddon } from 'xterm';
|
||||
|
||||
declare module '@xterm/addon-attach' {
|
||||
declare module '@xtermjs/addon-attach' {
|
||||
export interface IAttachOptions {
|
||||
/**
|
||||
* Whether input should be written to the backend. Defaults to `true`.
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@xterm/addon-fit",
|
||||
"name": "@xtermjs/addon-fit",
|
||||
"version": "0.1.0-beta7",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
import { Terminal, ITerminalAddon } from 'xterm';
|
||||
|
||||
declare module '@xterm/addon-fit' {
|
||||
declare module '@xtermjs/addon-fit' {
|
||||
/**
|
||||
* An xterm.js addon that enables resizing the terminal to the dimensions of
|
||||
* its containing element.
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@xterm/addon-search",
|
||||
"name": "@xtermjs/addon-search",
|
||||
"version": "0.1.0-beta4",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user