Make addons use consistent structure

This commit is contained in:
Daniel Imms
2019-05-31 21:08:05 -07:00
parent 42eb5e6b97
commit 9637ee8d76
12 changed files with 10 additions and 7733 deletions
-1
View File
@@ -1,3 +1,2 @@
lib
node_modules
test/dist
+2 -4
View File
@@ -1,5 +1,3 @@
lib/**/*.js.map
src/
node_modules/
**/*.api.js
**/*.api.ts
tsconfig.json
.editorconfig
+1 -1
View File
@@ -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
+2 -4
View File
@@ -1,5 +1,3 @@
lib/**/*.js.map
src/
node_modules/
**/*.api.js
**/*.api.ts
tsconfig.json
.editorconfig
+1
View File
@@ -0,0 +1 @@
--modules-folder "../../node_modules"
+1 -1
View File
@@ -12,6 +12,6 @@
"prepublish": "tsc -p src"
},
"peerDependencies": {
"xterm": "^3.13.0"
"xterm": "^3.14.0"
}
}
-13
View File
@@ -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
View File
@@ -1,3 +1,2 @@
lib
node_modules
test/dist
+2 -6
View File
@@ -1,7 +1,3 @@
lib/**/*.test.js
lib/**/*.js.map
src/
test/
node_modules/
**/*.api.js
**/*.api.ts
tsconfig.json
.editorconfig
+1 -1
View File
@@ -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