mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Make addons use consistent structure
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
lib
|
||||
node_modules
|
||||
test/dist
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
lib/**/*.js.map
|
||||
src/
|
||||
node_modules/
|
||||
**/*.api.js
|
||||
**/*.api.ts
|
||||
tsconfig.json
|
||||
.editorconfig
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
"prepublish": "tsc -p src"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xterm": "^3.10.0"
|
||||
"xterm": "^3.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,3 @@
|
||||
lib/**/*.js.map
|
||||
src/
|
||||
node_modules/
|
||||
**/*.api.js
|
||||
**/*.api.ts
|
||||
tsconfig.json
|
||||
.editorconfig
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
--modules-folder "../../node_modules"
|
||||
@@ -12,6 +12,6 @@
|
||||
"prepublish": "tsc -p src"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xterm": "^3.13.0"
|
||||
"xterm": "^3.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
typescript@^3.4.0:
|
||||
version "3.4.5"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
|
||||
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==
|
||||
|
||||
xterm@^3.13.0:
|
||||
version "3.13.0"
|
||||
resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.13.0.tgz#d0e06c3cf4c1f079aa83f646948457db3b04220b"
|
||||
integrity sha512-FZVmvkkbkky3zldJ2NNOZ9h8jirtbGTlF4sIKMDrejR4wPsVZ3o4F++DQVkdeZqjAwtNOMoR17PMSOTZ+h070g==
|
||||
@@ -1,3 +1,2 @@
|
||||
lib
|
||||
node_modules
|
||||
test/dist
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
lib/**/*.test.js
|
||||
lib/**/*.js.map
|
||||
src/
|
||||
test/
|
||||
node_modules/
|
||||
**/*.api.js
|
||||
**/*.api.ts
|
||||
tsconfig.json
|
||||
.editorconfig
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
"prepublish": "tsc -p src"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xterm": "^3.13.0"
|
||||
"xterm": "^3.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user