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

Commit

Permalink
Reduce package size
Browse files Browse the repository at this point in the history
Level down was adding 80MB installed size and sqlite3 20MB

Auditors: @aekeus

Fix #3475
  • Loading branch information
bbondy committed Aug 27, 2016
1 parent 608f4e8 commit 2399c72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/lib/ignoredPaths.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ module.exports = [
'node-gyp',
'npm',
'.brave-gyp',
'.vscode',
'.github',
'jsdoc',
'docs',
'electron-download',
'electron-rebuild',
'electron-packager',
Expand All @@ -48,5 +51,7 @@ module.exports = [
'babel$',
'babel-(?!polyfill|regenerator-runtime)',
'jsdom-global',
'react-addons-perf'
'react-addons-perf',
'leveldown',
'sqlite3'
]

0 comments on commit 2399c72

Please sign in to comment.