mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix typings location
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "xterm-addon-attach",
|
||||
"version": "0.1.0-beta9",
|
||||
"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"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "xterm-addon-fit",
|
||||
"version": "0.1.0-beta1",
|
||||
"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"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "xterm-addon-web-links",
|
||||
"version": "0.1.0-beta8",
|
||||
"version": "0.1.0-beta9",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
"url": "https://xtermjs.org/"
|
||||
},
|
||||
"main": "lib/WebLinksAddon.js",
|
||||
"types": "typings/web-links.d.ts",
|
||||
"types": "typings/xterm-addon-web-links.d.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../node_modules/.bin/tsc -p src"
|
||||
|
||||
Reference in New Issue
Block a user