Merge pull request #561 from github/update-nak

Bump nak, for better gitignoring
This commit is contained in:
Garen Torikian
2013-05-22 10:11:22 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
"coffee-cache": "0.1.0",
"pegjs": "0.7.0",
"async": "0.2.6",
"nak": "0.2.12",
"nak": "0.2.16",
"spellchecker": "0.3.0",
"pathwatcher": "0.3.0",
"keytar": "0.4.0",

View File

@@ -274,7 +274,7 @@ class Project
readPath(line) if state is 'readingPath'
readLine(line) if state is 'readingLines'
command = require.resolve('nak')
command = require.resolve('.bin/nak')
args = ['--hidden', '--ackmate', regex.source, @getPath()]
ignoredNames = config.get('core.ignoredNames') ? []
args.unshift('--ignore', ignoredNames.join(',')) if ignoredNames.length > 0