Comparing version 3.0.0 to 3.0.1
@@ -1,11 +0,1 @@ | ||
declare namespace premove { | ||
type Options = { cwd: string }; | ||
} | ||
declare module 'premove' { | ||
export function premove(filepath: string, options?: Partial<premove.Options>): Promise<void> | false; | ||
} | ||
declare module 'premove/sync' { | ||
export function premove(filepath: string, options?: Partial<premove.Options>): void | false; | ||
} | ||
export function premove(filepath: string, options?: { cwd?: string }): Promise<void> | false; |
{ | ||
"name": "premove", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"repository": "lukeed/premove", | ||
@@ -52,3 +52,3 @@ "description": "A tiny (202B to 249B) utility to remove items recursively", | ||
"devDependencies": { | ||
"bundt": "1.0.2", | ||
"bundt": "1.1.0", | ||
"esm": "3.2.25", | ||
@@ -55,0 +55,0 @@ "mk-dirs": "2.1.0", |
10
9548
116