Update del.d.ts 1.2.0 -> 2.2.0

This commit is contained in:
Aya Morisawa
2016-01-12 23:10:54 +09:00
parent 984a41af67
commit a4931e6907
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -35,3 +35,5 @@ paths = del.sync(["tmp/*.js", "!tmp/unicorn.js"], {force: true});
paths = del.sync("tmp/*.js");
paths = del.sync("tmp/*.js", {force: true});
paths = del.sync("tmp/*.js", {dryRun: true});