Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Commit

Permalink
updated gaze
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallen23 committed Dec 16, 2012
1 parent d65d0f5 commit b6cbd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/reloadr.js
Expand Up @@ -8,7 +8,7 @@ var watch = function(folders) {
if (!folders || folders.length == 0) {
return;
}
gaze(folders, { forceWatchMethod: 'old' }, function(err, watcher) {
gaze(folders, function(err, watcher) {

this.on('all', function(event, filepath) {
debug('change', filepath);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/jgallen23/reloadr.git"
},
"dependencies": {
"gaze": "~0.2.2",
"gaze": "~0.3.0",
"livereload-server": "~0.2.1",
"debug": "~0.7.0",
"optimist": "~0.3.5"
Expand Down

0 comments on commit b6cbd90

Please sign in to comment.