mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
chore(build): upgrate to node 12 and gulp 4
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ const flagConfig = {
|
||||
flags = minimist(process.argv.slice(2), flagConfig);
|
||||
|
||||
/* Docs tasks */
|
||||
require('./scripts/docs/gulp-tasks')(gulp, flags);
|
||||
require('./scripts/docs/gulp-tasks').default(gulp, flags);
|
||||
|
||||
gulp.task('lint', () => {
|
||||
return gulp
|
||||
|
||||
Reference in New Issue
Block a user