Fix for new del module.

This commit is contained in:
Buster Neece 2022-11-26 01:08:13 -06:00
parent 60312ee45b
commit 82b3592daa
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import gulp from 'gulp';
import babel from 'gulp-babel';
import del from 'del';
import { deleteAsync as del } from 'del';
import rev from 'gulp-rev';
import concat from 'gulp-concat';
import uglify from 'gulp-uglify';