From c5a2276f6e0e4ecfa546c1cda9041dd9c5339484 Mon Sep 17 00:00:00 2001 From: Brandon Lucas Date: Wed, 18 Feb 2026 14:58:30 -0500 Subject: [PATCH] feat: add frontmatter and path packages to registry Co-Authored-By: Claude Opus 4.6 --- index.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.json b/index.json index 38a07bf..447b824 100644 --- a/index.json +++ b/index.json @@ -39,6 +39,14 @@ "versions": [ {"version": "0.1.0", "checksum": "", "published_at": "2026-02-17", "yanked": false} ] + }, + { + "name": "path", + "description": "File path utilities for Lux", + "latest_version": "0.1.0", + "versions": [ + {"version": "0.1.0", "checksum": "", "published_at": "2026-02-17", "yanked": false} + ] } ] }