Skip to content

Commit

Permalink
gulp 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Jan 21, 2014
1 parent 1952bb3 commit 4d629d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# gulp changelog

# 3.5

- added `gulp.watch(globs, tasksArray)` sugar

# 3.4

- added `--tasks` that prints out the tree of tasks + deps
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp",
"description": "The streaming build system",
"version": "3.4.0",
"version": "3.5.0",
"homepage": "http://github.com/wearefractal/gulp",
"repository": "git://github.com/wearefractal/gulp.git",
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
Expand Down Expand Up @@ -30,12 +30,12 @@
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.6.1",
"istanbul": "~0.2.3",
"should": "~2.1.1",
"should": "~3.0.1",
"rimraf": "~2.2.5",
"q": "~1.0.0",
"jshint": "~2.4.1",
"graceful-fs": "~2.0.1",
"gulp-mocha": "~0.3.0",
"gulp-mocha": "~0.4.1",
"gulp-jshint": "~1.3.4"
},
"scripts": {
Expand Down

0 comments on commit 4d629d4

Please sign in to comment.