Skip to content

Commit

Permalink
Remove legacy export
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 2, 2024
1 parent 2c09a8c commit ada452c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/size-limit/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import fs from 'node:fs/promises'

import calc from './calc.js'
import { Plugins } from './load-plugins.js'

Expand Down Expand Up @@ -31,7 +29,3 @@ export default async function (plugins, files) {
return value
})
}

export async function rm(dir) {
await fs.rm(dir, { force: true, recursive: true })
}

0 comments on commit ada452c

Please sign in to comment.