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.
.files -> .src, .folder -> .dest, removed .file, updated deps, 0.2.0
- Loading branch information
Contra
committed
Aug 7, 2013
1 parent
802c34b
commit e75bde9
Showing
8 changed files
with
39 additions
and
75 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 was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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":"Simple stream-y build helper", | ||
"version":"0.1.0", | ||
"version":"0.2.0", | ||
"homepage":"http://github.com/wearefractal/gulp", | ||
"repository":"git://github.com/wearefractal/gulp.git", | ||
"author":"Fractal <[email protected]> (http://wearefractal.com/)", | ||
|
@@ -12,12 +12,12 @@ | |
"gulp":"./bin/gulp" | ||
}, | ||
"dependencies":{ | ||
"event-stream":"3.0.15", | ||
"event-stream":"3.0.16", | ||
"glob-stream":"0.0.3", | ||
"mkdirp":"0.3.5", | ||
"optimist":"0.6.0", | ||
"gulp-util":"*", | ||
"gaze":"0.4.0" | ||
"gaze":"0.4.1" | ||
}, | ||
"devDependencies":{ | ||
"mocha":"1.12.0", | ||
|
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 was deleted.
Oops, something went wrong.
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