diff options
author | kumavis <aaron@kumavis.me> | 2017-08-03 05:26:10 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-08-03 05:26:10 +0800 |
commit | ecaa235b5e3331defab75dad72593951fdf37790 (patch) | |
tree | 61b6813459085c4797df99986dccc6d3fe40c59e /gulpfile.js | |
parent | aea5735b29c87d0a9aad3bfa86d854ed9b20bdf7 (diff) | |
download | dexon-wallet-ecaa235b5e3331defab75dad72593951fdf37790.tar.gz dexon-wallet-ecaa235b5e3331defab75dad72593951fdf37790.tar.zst dexon-wallet-ecaa235b5e3331defab75dad72593951fdf37790.zip |
phishing detection - move phishing detection into contentscript and metamask controller
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 53de7a7d..cc723704 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -172,7 +172,6 @@ gulp.task('default', ['lint'], function () { const jsFiles = [ 'inpage', 'contentscript', - 'blacklister', 'background', 'popup', ] |