Upgrade to pathwatcher@2.0.8

This commit is contained in:
Kevin Sawicki 2014-08-19 17:30:07 -06:00 committed by Ben Ogle
parent 1c97eb977e
commit a42de1e9be
2 changed files with 1 additions and 4 deletions

View File

@ -88,9 +88,6 @@ downloadFileFromRepo = ({repo, file}, callback) ->
downloadIncludes = (callback) ->
includes = [
{repo: 'node-pathwatcher', file: 'src/directory.coffee'}
{repo: 'node-pathwatcher', file: 'src/file.coffee'}
{repo: 'node-pathwatcher', file: 'package.json'}
{repo: 'space-pen', file: 'src/space-pen.coffee'}
{repo: 'space-pen', file: 'package.json'}
{repo: 'text-buffer', file: 'src/marker.coffee'}

View File

@ -41,7 +41,7 @@
"nslog": "^1.0.1",
"oniguruma": "^3.0.3",
"optimist": "0.4.0",
"pathwatcher": "^2.0.7",
"pathwatcher": "^2.0.8",
"property-accessors": "^1",
"q": "^1.0.1",
"random-words": "0.0.1",