Skip to content

Commit 328ca68

Browse files
committed
0.3.1 release
1 parent 21507f0 commit 328ca68

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

gulpfile.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
var gulp = require('gulp');
77

88
// require all tasks
9-
require('./index.js')(gulp,
10-
{
11-
rootPath: __dirname,
12-
importTasks: ['eslint', 'npm'],
13-
srcGlob: ['index.js', './tasks/**/*.js']
14-
});
9+
require('./index.js')(gulp, { rootPath: __dirname, srcGlob: ['index.js', './tasks/**/*.js'] });
1510

1611
/**
1712
* Generates task listing

0 commit comments

Comments
 (0)