mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
chore(build): remove "default"
This commit is contained in:
parent
952a5c8e11
commit
9a46ab1a6d
@ -16,7 +16,7 @@ const flagConfig = {
|
||||
flags = minimist(process.argv.slice(2), flagConfig);
|
||||
|
||||
/* Docs tasks */
|
||||
require('./scripts/docs/gulp-tasks').default(gulp, flags);
|
||||
require('./scripts/docs/gulp-tasks')(gulp, flags);
|
||||
|
||||
gulp.task('lint', () => {
|
||||
return gulp
|
||||
|
Loading…
Reference in New Issue
Block a user