Upgrade to first-mate 2.0.3

This commit is contained in:
Kevin Sawicki
2014-08-19 17:24:39 -06:00
committed by Ben Ogle
parent c49ef1fd9d
commit d13fd495e4
2 changed files with 1 additions and 4 deletions

View File

@@ -87,9 +87,6 @@ downloadFileFromRepo = ({repo, file}, callback) ->
downloadIncludes = (callback) ->
includes = [
{repo: 'first-mate', file: 'src/grammar.coffee'}
{repo: 'first-mate', file: 'src/grammar-registry.coffee'}
{repo: 'first-mate', file: 'package.json'}
{repo: 'node-pathwatcher', file: 'src/directory.coffee'}
{repo: 'node-pathwatcher', file: 'src/file.coffee'}
{repo: 'node-pathwatcher', file: 'package.json'}

View File

@@ -27,7 +27,7 @@
"coffeestack": "0.7.0",
"delegato": "^1",
"emissary": "^1.2.2",
"first-mate": "^2.0.1",
"first-mate": "^2.0.3",
"fs-plus": "^2.2.6",
"fstream": "0.1.24",
"fuzzaldrin": "^1.1",