Skip to content

Commit 7e68868

Browse files
author
Contra
committed
bug fix release
1 parent 6deb0dd commit 7e68868

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can view a list of plugins by going to [this npm search](https://npmjs.org/s
3333

3434
## Usage
3535

36-
This code goes in your `Gulpfile.js` (case insensitive) at the root of your project. For more information on how to use other languages check the [compilers](#compilers) section.
36+
This code would go in your `Gulpfile.js` (case insensitive) at the root of your project. For more information on how to use other languages check the [compilers](#compilers) section.
3737

3838
```javascript
3939
var gulp = require('gulp');

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp",
33
"description": "The streaming build system",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"homepage": "http://github.com/wearefractal/gulp",
66
"repository": "git://github.com/wearefractal/gulp.git",
77
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"event-stream": "~3.0.16",
20-
"glob-stream": "~3.0.0",
20+
"glob-stream": "~3.0.2",
2121
"mkdirp": "~0.3.5",
2222
"optimist": "~0.6.0",
2323
"gulp-util": "~1.2.0",

0 commit comments

Comments
 (0)