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

@@ -10,3 +10,8 @@ name = "markdown"
version = "0.1.0"
source = "path:../../packages/markdown"
[[package]]
name = "path"
version = "0.1.0"
source = "path:../../packages/path"