mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-17 10:45:41 +01:00
remove sjcl package
This commit is contained in:
parent
65d822716e
commit
568d7d3ad9
@ -91,10 +91,6 @@ gulp.task('lib', ['clean:lib'], function () {
|
|||||||
paths.npmDir + 'angular-toastr/dist/angular-toastr.css'],
|
paths.npmDir + 'angular-toastr/dist/angular-toastr.css'],
|
||||||
dest: paths.libDir + 'angular-toastr'
|
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',
|
src: paths.npmDir + 'ngclipboard/dist/ngclipboard.js',
|
||||||
dest: paths.libDir + 'ngclipboard'
|
dest: paths.libDir + 'ngclipboard'
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
"name": "bitwarden",
|
"name": "bitwarden",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"sjcl": "1.0.6",
|
|
||||||
"jquery": "2.2.4",
|
"jquery": "2.2.4",
|
||||||
"bootstrap": "3.3.7",
|
"bootstrap": "3.3.7",
|
||||||
"font-awesome": "4.7.0",
|
"font-awesome": "4.7.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user