From 84a174f9d7fbf32ea751a3fbc9beb52d44a588b7 Mon Sep 17 00:00:00 2001 From: Joe Walker Date: Thu, 2 Dec 2010 10:59:19 +0000 Subject: [PATCH] make sure new settings and commands are registered properly --- plugins/pilot/lib/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/pilot/lib/index.js b/plugins/pilot/lib/index.js index 1951c9fc..553e36d5 100644 --- a/plugins/pilot/lib/index.js +++ b/plugins/pilot/lib/index.js @@ -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();