From 568d7d3ad9f0c0be5eb1a25d12d156cfb319ce97 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 13 Jan 2017 00:38:03 -0500 Subject: [PATCH] remove sjcl package --- gulpfile.js | 4 ---- package.json | 1 - 2 files changed, 5 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index df5ab4f6e11..9413b2ec9eb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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' diff --git a/package.json b/package.json index 696c07e6227..fa0f58fe0b5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "bitwarden", "version": "0.0.0", "devDependencies": { - "sjcl": "1.0.6", "jquery": "2.2.4", "bootstrap": "3.3.7", "font-awesome": "4.7.0",