Skip to content

Commit

Permalink
Adding gulp-util to the npm install line
Browse files Browse the repository at this point in the history
  • Loading branch information
storkme authored and phated committed Feb 9, 2015
1 parent e9f8991 commit 54684fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/mocha-test-runner-with-gulp.md
Expand Up @@ -22,7 +22,7 @@ gulp.task('default', function() {
### Running mocha tests when files change

```js
// npm install gulp gulp-mocha
// npm install gulp gulp-mocha gulp-util

var gulp = require('gulp');
var mocha = require('gulp-mocha');
Expand Down

0 comments on commit 54684fe

Please sign in to comment.