common/corpus-common-addon/index.js
changeset 130 fac22d8c2df8
parent 127 5cd8c3065c38
equal deleted inserted replaced
129:4fca650b9b8a 130:fac22d8c2df8
    14     app.import('vendor/shims/store.js', {
    14     app.import('vendor/shims/store.js', {
    15       exports: {
    15       exports: {
    16         'store': ['default']
    16         'store': ['default']
    17       }
    17       }
    18     });
    18     });
       
    19   },
       
    20   includedCommands: function() {
       
    21     return {
       
    22       'dl-fixtures': require('./lib/commands/dl-fixtures')
       
    23     };
    19   }
    24   }
    20 };
    25 };