1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

remove angular jwt lib

This commit is contained in:
Kyle Spearrin
2016-09-21 12:04:40 -04:00
parent 8a3a981ac1
commit f4bac9cffb
4 changed files with 1 additions and 25 deletions

View File

@@ -73,10 +73,6 @@ gulp.task('lib', ['clean:lib'], function () {
src: paths.npmDir + 'angular-ui-bootstrap/dist/*tpls*.js',
dest: paths.libDir + 'angular-ui-bootstrap'
},
{
src: paths.npmDir + 'angular-jwt/dist/*.js',
dest: paths.libDir + 'angular-jwt'
},
{
src: paths.npmDir + 'angular-ui-router/release/*.js',
dest: paths.libDir + 'angular-ui-router'