Rename to GH org for scope @xtermjs

This commit is contained in:
Daniel Imms
2019-06-01 15:10:29 -07:00
parent 6c18f5c1fe
commit d464341630
35 changed files with 21 additions and 21 deletions
@@ -1,5 +1,5 @@
{
"name": "@xterm/addon-attach",
"name": "@xtermjs/addon-attach",
"version": "0.1.0-beta8",
"author": {
"name": "The xterm.js authors",
@@ -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",
@@ -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