change name to Encrypted

This commit is contained in:
Matias Alejo Garcia 2014-09-01 15:40:31 -03:00
commit 2849f773e2
8 changed files with 66 additions and 49 deletions

View file

@ -83,6 +83,10 @@ var createBundle = function(opts) {
b.require('./js/models/core/HDPath', {
expose: '../js/models/core/HDPath'
});
b.require('./plugins/googleDrive', {
expose: '../plugins/googleDrive'
});
b.require('./config', {
expose: '../config'
});