Skip to content

Commit

Permalink
fix webtorrent, don't exclude dependencies
Browse files Browse the repository at this point in the history
webtorrent needs speedometer and mkdirp

fixes brave#5849
  • Loading branch information
dcposch committed Nov 29, 2016
1 parent 540f029 commit 07c883c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/lib/ignoredPaths.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = [
'cppunitlite',
'caniuse-db',
'spectron',
'speedometer',
'abp-filter-parser-cpp/(node_modules|test|perf|sample|scripts|test|vendor|ABPFilterParserData.dat)',
'abp-filter-parser-cpp/build/Release/(obj|obj.target|.deps|abp-filter-parser-cpp.pdb|abp-filter-parser-cpp.map)',
'tracking-protection/(node_modules|test|data|scripts|vendor)',
Expand Down Expand Up @@ -47,7 +46,6 @@ module.exports = [
'electron-winstaller-fixed',
'electron-installer-redhat',
'flow-bin',
'mkdirp',
'babel$',
'babel-(?!polyfill|regenerator-runtime)',
'jsdom-global',
Expand Down

0 comments on commit 07c883c

Please sign in to comment.