Files
blu-lux/lux.lock
Brandon Lucas d6a8b960d9 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>
2026-02-18 14:58:18 -05:00

18 lines
330 B
Plaintext

# This file is auto-generated by lux pkg. Do not edit manually.
[[package]]
name = "frontmatter"
version = "0.1.0"
source = "path:../../packages/frontmatter"
[[package]]
name = "markdown"
version = "0.1.0"
source = "path:../../packages/markdown"
[[package]]
name = "path"
version = "0.1.0"
source = "path:../../packages/path"