Skip to content

Commit

Permalink
Removed tools ignore in package.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin authored Jul 22, 2016
1 parent 23765bd commit 7341597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const DEFAULT_OPTS = {
asar: shouldUseAsar,
ignore: [
'^/test($|/)',
'^/tools($|/)',
'^/release($|/)',
'^/main.development.js'
].concat(devDeps.map(name => `/node_modules/${name}($|/)`))
Expand Down

0 comments on commit 7341597

Please sign in to comment.