Reduce amount of dependencies for teleport.
This commit is contained in:
parent
2d04a7f57b
commit
c4e7ccd9c8
1 changed files with 5 additions and 2 deletions
|
|
@ -13,7 +13,11 @@
|
|||
"overlay": {
|
||||
"teleport": {
|
||||
"directories": {
|
||||
"lib": "lib/ace"
|
||||
"lib": "lib/ace",
|
||||
"dependencies": {
|
||||
"cockpit": ">=0.1.0",
|
||||
"pilot": ">=0.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -21,7 +25,6 @@
|
|||
"pilot": ">=0.1.0",
|
||||
"cockpit": ">=0.1.0",
|
||||
"teleport": ">=0.2.6",
|
||||
"requirejs": ">=0.22.0",
|
||||
"asyncjs": ">=0.0.2",
|
||||
"jsdom": ">=0.1.23",
|
||||
"htmlparser": ">=1.7.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue