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

Commit

Permalink
Ignore non first level node_modules
Browse files Browse the repository at this point in the history
Auditors: @aekeus

Fix #7896
  • Loading branch information
bbondy committed Mar 26, 2017
1 parent 9ef7817 commit fa91aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/lib/ignoredPaths.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ module.exports = [
'sqlite3',
'uglify-js',
'webdriverio',
'webpack-dev-server'
'webpack-dev-server',
'node_modules/.*/node_modules'
]

1 comment on commit fa91aab

@aekeus
Copy link
Member

@aekeus aekeus commented on fa91aab Mar 27, 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.