Skip to content

Commit 8e47361

Browse files
authored
Update clean.js
1 parent a122ddb commit 8e47361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp-tasks/clean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//=======================================================
55
// Include Our Plugins
66
//=======================================================
7-
var del = require('del');
7+
var del = import {deleteAsync} from 'del';
88

99
// Export our tasks.
1010
module.exports = {

0 commit comments

Comments
 (0)