mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-28 23:44:38 +08:00
fix(deps): Go away git-utils, we never used you anyway
This commit is contained in:
parent
eb8810e01b
commit
5074fde43b
2 changed files with 0 additions and 3 deletions
|
@ -61,7 +61,6 @@ module.exports = (grunt) ->
|
|||
# Put any paths here that shouldn't end up in the built Electron.app
|
||||
# so that it doesn't becomes larger than it needs to be.
|
||||
ignoredPaths = [
|
||||
path.join('git-utils', 'deps')
|
||||
path.join('less', 'dist')
|
||||
path.join('npm', 'doc')
|
||||
path.join('npm', 'html')
|
||||
|
@ -120,7 +119,6 @@ module.exports = (grunt) ->
|
|||
|
||||
# Ignore *.cc and *.h files from native modules
|
||||
ignoredPaths.push "#{escapeRegExp(path.join('ctags', 'src') + path.sep)}.*\\.(cc|h)*"
|
||||
ignoredPaths.push "#{escapeRegExp(path.join('git-utils', 'src') + path.sep)}.*\\.(cc|h)*"
|
||||
ignoredPaths.push "#{escapeRegExp(path.join('keytar', 'src') + path.sep)}.*\\.(cc|h)*"
|
||||
ignoredPaths.push "#{escapeRegExp(path.join('nslog', 'src') + path.sep)}.*\\.(cc|h)*"
|
||||
ignoredPaths.push "#{escapeRegExp(path.join('pathwatcher', 'src') + path.sep)}.*\\.(cc|h)*"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
"fs-plus": "^2.3.2",
|
||||
"fstream": "0.1.24",
|
||||
"fuzzaldrin": "^2.1",
|
||||
"git-utils": "^3.0.0",
|
||||
"grim": "1.1.0",
|
||||
"guid": "0.0.10",
|
||||
"inflection": "^1.7",
|
||||
|
|
Loading…
Add table
Reference in a new issue