Skip to content

Commit ada452c

Browse files
committed
Remove legacy export
1 parent 2c09a8c commit ada452c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/size-limit/index.js

-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import fs from 'node:fs/promises'
2-
31
import calc from './calc.js'
42
import { Plugins } from './load-plugins.js'
53

@@ -31,7 +29,3 @@ export default async function (plugins, files) {
3129
return value
3230
})
3331
}
34-
35-
export async function rm(dir) {
36-
await fs.rm(dir, { force: true, recursive: true })
37-
}

0 commit comments

Comments
 (0)