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.
logging color change for duration + error formatting cleanup
- Loading branch information
Contra
committed
Nov 27, 2013
1 parent
a52a450
commit 0e2fd7e
Showing
2 changed files
with
25 additions
and
24 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,7 @@ | ||
{ | ||
"name":"gulp", | ||
"description":"The streaming build system", | ||
"version":"2.4.1", | ||
"version":"2.5.0", | ||
"homepage":"http://github.com/wearefractal/gulp", | ||
"repository":"git://github.com/wearefractal/gulp.git", | ||
"author":"Fractal <[email protected]> (http://wearefractal.com/)", | ||
|
@@ -13,17 +13,17 @@ | |
"gulp":"./bin/gulp.js" | ||
}, | ||
"dependencies":{ | ||
"event-stream":"3.0.16", | ||
"glob-stream":"0.1.0", | ||
"mkdirp":"0.3.5", | ||
"optimist":"0.6.0", | ||
"gulp-util":"1.0.0", | ||
"gaze":"0.4.3", | ||
"orchestrator": "0.1.0", | ||
"chalk":"0.3.0", | ||
"resolve":"0.5.1", | ||
"semver":"2.2.1", | ||
"findup-sync":"0.1.2" | ||
"event-stream":"3.0.x", | ||
"glob-stream":"0.1.x", | ||
"mkdirp":"0.3.x", | ||
"optimist":"0.6.x", | ||
"gulp-util":"1.0.x", | ||
"gaze":"0.4.x", | ||
"orchestrator": "0.1.x", | ||
"chalk":"0.3.x", | ||
"resolve":"0.6.x", | ||
"semver":"2.2.x", | ||
"findup-sync":"0.1.x" | ||
}, | ||
"devDependencies":{ | ||
"mocha":"*", | ||
|