Skip to content

Commit 36ed1ef

Browse files
committed
refactor: rename prune-tool.ts to tools.ts to better reflect its contents
1 parent bd96bdf commit 36ed1ef

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/strategies/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export { deduplicate } from "./deduplication"
22
export { runOnIdle } from "./on-idle"
3-
export { createDiscardTool, createExtractTool } from "./prune-tool"
3+
export { createDiscardTool, createExtractTool } from "./tools"
44
export { supersedeWrites } from "./supersede-writes"

0 commit comments

Comments
 (0)