mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
remove sjcl package
This commit is contained in:
@@ -91,10 +91,6 @@ gulp.task('lib', ['clean:lib'], function () {
|
||||
paths.npmDir + 'angular-toastr/dist/angular-toastr.css'],
|
||||
dest: paths.libDir + 'angular-toastr'
|
||||
},
|
||||
{
|
||||
src: [paths.npmDir + 'sjcl/core/cbc.js', paths.npmDir + 'sjcl/core/bitArray.js', paths.npmDir + 'sjcl/sjcl.js'],
|
||||
dest: paths.libDir + 'sjcl'
|
||||
},
|
||||
{
|
||||
src: paths.npmDir + 'ngclipboard/dist/ngclipboard.js',
|
||||
dest: paths.libDir + 'ngclipboard'
|
||||
|
||||
Reference in New Issue
Block a user