Fix typings location

This commit is contained in:
Daniel Imms
2019-06-04 11:38:44 -07:00
parent fee08d74e0
commit 7cc00e09ac
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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"
+2 -2
View File
@@ -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"
+2 -2
View File
@@ -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"