change name to Encrypted
This commit is contained in:
parent
1ce3f82d0a
commit
2849f773e2
8 changed files with 66 additions and 49 deletions
|
|
@ -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'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue