Skip to content

Commit

Permalink
move glob-watcher to its own module. closes gulpjs#43
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Dec 20, 2013
1 parent 0ed6119 commit c17cbf9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 97 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gulp.prototype.run = function(){

Gulp.prototype.src = require('./lib/createInputStream');
Gulp.prototype.dest = require('./lib/createOutputStream');
Gulp.prototype.watch = require('./lib/watch');
Gulp.prototype.watch = require('glob-watcher');

var gulp = new Gulp();
gulp.Gulp = Gulp;
Expand Down
35 changes: 0 additions & 35 deletions lib/watch/index.js

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"repository": "git://github.com/wearefractal/gulp.git",
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
"main": "./index.js",

"tags": [
"build",
"stream",
Expand All @@ -21,12 +20,12 @@
"mkdirp": "~0.3.5",
"optimist": "~0.6.0",
"gulp-util": "~2.1.3",
"gaze": "~0.4.3",
"orchestrator": "~0.2.1",
"resolve": "~0.6.1",
"semver": "~2.2.1",
"findup-sync": "~0.1.2",
"pretty-hrtime": "~0.2.0"
"pretty-hrtime": "~0.2.0",
"glob-watcher": "0.0.1"
},
"devDependencies": {
"mocha": "*",
Expand Down
58 changes: 0 additions & 58 deletions test/watch.js

This file was deleted.

0 comments on commit c17cbf9

Please sign in to comment.