fix(deps): Go away git-utils, we never used you anyway

This commit is contained in:
Ben Gotow 2015-11-07 18:05:17 -08:00
parent eb8810e01b
commit 5074fde43b
2 changed files with 0 additions and 3 deletions

View file

@ -61,7 +61,6 @@ module.exports = (grunt) ->
# Put any paths here that shouldn't end up in the built Electron.app # 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. # so that it doesn't becomes larger than it needs to be.
ignoredPaths = [ ignoredPaths = [
path.join('git-utils', 'deps')
path.join('less', 'dist') path.join('less', 'dist')
path.join('npm', 'doc') path.join('npm', 'doc')
path.join('npm', 'html') path.join('npm', 'html')
@ -120,7 +119,6 @@ module.exports = (grunt) ->
# Ignore *.cc and *.h files from native modules # Ignore *.cc and *.h files from native modules
ignoredPaths.push "#{escapeRegExp(path.join('ctags', 'src') + path.sep)}.*\\.(cc|h)*" 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('keytar', 'src') + path.sep)}.*\\.(cc|h)*"
ignoredPaths.push "#{escapeRegExp(path.join('nslog', '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)*" ignoredPaths.push "#{escapeRegExp(path.join('pathwatcher', 'src') + path.sep)}.*\\.(cc|h)*"

View file

@ -30,7 +30,6 @@
"fs-plus": "^2.3.2", "fs-plus": "^2.3.2",
"fstream": "0.1.24", "fstream": "0.1.24",
"fuzzaldrin": "^2.1", "fuzzaldrin": "^2.1",
"git-utils": "^3.0.0",
"grim": "1.1.0", "grim": "1.1.0",
"guid": "0.0.10", "guid": "0.0.10",
"inflection": "^1.7", "inflection": "^1.7",