1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

remove Q library

This commit is contained in:
Kyle Spearrin
2017-11-07 17:04:04 -05:00
parent 44eedc8b1d
commit f1e0681639
5 changed files with 2 additions and 9 deletions

View File

@@ -163,10 +163,6 @@ gulp.task('lib', ['clean:lib'], function () {
{
src: paths.npmDir + 'jquery/dist/jquery.js',
dest: paths.libDir + 'jquery'
},
{
src: paths.npmDir + 'q/q.js',
dest: paths.libDir + 'q'
}
];