forked from gulpjs/gulp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Contra
committed
Dec 21, 2013
1 parent
c17cbf9
commit d569557
Showing
5 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
- Keep creating documentation in the README | ||
- More task documentation for the README | ||
- Create gulp-www for the website | ||
- Site should have plugin search | ||
- Site plugin search should utilize github stars for sorting | ||
- Site plugin search should have a blacklist for bad plugins that don't pass acceptance tests | ||
- gulp plugin acceptance tests that tell you if plugins work correctly | ||
- Split gulp-util.File object out into a well tested individual repo (spec?) | ||
- gulp plugin acceptance tests that tell you if plugins work correctly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gulp", | ||
"description": "The streaming build system", | ||
"version": "3.1.6", | ||
"version": "3.2.0", | ||
"homepage": "http://github.com/wearefractal/gulp", | ||
"repository": "git://github.com/wearefractal/gulp.git", | ||
"author": "Fractal <[email protected]> (http://wearefractal.com/)", | ||
|
@@ -19,7 +19,7 @@ | |
"glob-stream": "~3.0.2", | ||
"mkdirp": "~0.3.5", | ||
"optimist": "~0.6.0", | ||
"gulp-util": "~2.1.3", | ||
"gulp-util": "~2.2.0", | ||
"orchestrator": "~0.2.1", | ||
"resolve": "~0.6.1", | ||
"semver": "~2.2.1", | ||
|
@@ -35,7 +35,7 @@ | |
"jshint": "*" | ||
}, | ||
"scripts": { | ||
"test": "mocha && jshint" | ||
"test": "mocha --reporter spec && jshint" | ||
}, | ||
"engines": { | ||
"node": ">= 0.7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters