Skip to content

Commit

Permalink
Add missing gulp-util dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjoar committed Jan 28, 2014
1 parent 53ff3d6 commit bc34f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,8 @@
"through2": "~0.4.0"
},
"devDependencies": {
"mocha": "~1.17.0"
"mocha": "~1.17.0",
"gulp-util": "~2.2.13"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit bc34f36

Please sign in to comment.