make sure new settings and commands are registered properly
This commit is contained in:
parent
b44e8c83b6
commit
84a174f9d7
1 changed files with 5 additions and 1 deletions
|
|
@ -38,9 +38,13 @@
|
|||
var deps = [
|
||||
"pilot/fixoldbrowsers",
|
||||
"pilot/types/basic",
|
||||
"pilot/types/command",
|
||||
"pilot/types/settings",
|
||||
"pilot/canon",
|
||||
"pilot/commands/settings",
|
||||
"pilot/settings/canon"
|
||||
"pilot/settings/canon",
|
||||
"pilot/cli",
|
||||
"pilot/test/testCli"
|
||||
];
|
||||
|
||||
var packages = deps.slice();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue