Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Remove brave wildcards (we might want a better regex or put the whole…
Browse files Browse the repository at this point in the history
… path)

This causes an issue because we have a dep called `brave-crypto`

Fixes #11799

Auditors: @darkdh
  • Loading branch information
bsclifton committed Nov 13, 2017
1 parent ba6e068 commit 41dc7cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/lib/ignoredPaths.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ module.exports = [
'sqlite3',
'uglify-js',
'webdriverio',
'webpack-dev-server',
'Brave(.+)',
'brave-(.+)'
'webpack-dev-server'
]

1 comment on commit 41dc7cf

@darkdh
Copy link
Member

@darkdh darkdh commented on 41dc7cf Nov 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.