refactor: replace inline path utilities with path package

basename, dirname, and slugFromFilename now delegate to the path package.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-18 14:58:18 -05:00
parent 42e9676956
commit d6a8b960d9
3 changed files with 10 additions and 11 deletions

View File

@@ -6,3 +6,4 @@ description = "A Lux project"
[dependencies]
markdown = { version = "0.1.0", path = "../../packages/markdown" }
frontmatter = { version = "0.1.0", path = "../../packages/frontmatter" }
path = { version = "0.1.0", path = "../../packages/path" }