Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 4fb0e7b

Browse files
author
scottbommarito
committed
del dependency
1 parent a892df2 commit 4fb0e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
var del = require("del");
12
var gulp = require("gulp");
23
var path = require("path");
34
var child_process = require("child_process");
@@ -163,7 +164,6 @@ gulp.task("tslint", function () {
163164
});
164165

165166
gulp.task("clean", function () {
166-
var del = require("del");
167167
return del([binPath + "/**"], { force: true });
168168
});
169169

0 commit comments

Comments
 (0)