fix
This commit is contained in:
parent
da399dff04
commit
7676781cdf
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
'tslib': 'npm:tslib/tslib.js',
|
'tslib': 'npm:tslib/tslib.js',
|
||||||
'ngx-international-phone-number': 'npm:ngx-international-phone-number/ngx-international-phone-number.umd.js',
|
'ngx-international-phone-number': 'npm:ngx-international-phone-number/ngx-international-phone-number.umd.js',
|
||||||
'google-libphonenumber': 'npm:google-libphonenumber/dist/libphonenumber.js',
|
'google-libphonenumber': 'npm:google-libphonenumber/dist/libphonenumber.js',
|
||||||
'ng2-dropdown-treeview': 'npm:ng2-dropdown-treeview',
|
'ngx-treeview': 'npm:ngx-treeview',
|
||||||
'ng2-file-upload': 'npm:ng2-file-upload/bundles/ng2-file-upload.umd.js'
|
'ng2-file-upload': 'npm:ng2-file-upload/bundles/ng2-file-upload.umd.js'
|
||||||
},
|
},
|
||||||
packages: {
|
packages: {
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
main: 'dist/inputmask.js',
|
main: 'dist/inputmask.js',
|
||||||
defaultExtension: 'js'
|
defaultExtension: 'js'
|
||||||
},
|
},
|
||||||
'ng2-dropdown-treeview':{ main: "bundles/ng2-dropdown-treeview.umd.js", defaultExtension: 'js'}
|
'ngx-treeview': { main: "bundles/ngx-treeview.umd.js", defaultExtension: 'js'}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})(this);
|
})(this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue