Dependencies must be an array of strings

This commit is contained in:
Esteban Ordano 2015-01-13 19:37:11 -03:00
parent 70d6e3a0c9
commit 1677980ec1
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ function startGulp(name, opts) {
runsequence(['test:node'], ['test:browser'], callback);
});
} else {
gulp.task('test', 'test:node');
gulp.task('test', ['test:node']);
}
/**