changeset 130 | fac22d8c2df8 |
parent 127 | 5cd8c3065c38 |
--- a/common/corpus-common-addon/index.js Tue Feb 23 18:52:27 2016 +0100 +++ b/common/corpus-common-addon/index.js Thu Feb 25 10:20:01 2016 +0100 @@ -16,5 +16,10 @@ 'store': ['default'] } }); + }, + includedCommands: function() { + return { + 'dl-fixtures': require('./lib/commands/dl-fixtures') + }; } };