From 4ca30f88cd61ee8c5f9dc1f5cc4bd5e67c1064ec Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Thu, 7 Nov 2024 14:32:36 +0000 Subject: [PATCH] add jiwonz/dirs@0.1.1 lune --- jiwonz/dirs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/jiwonz/dirs b/jiwonz/dirs index 560b42d..212985b 100644 --- a/jiwonz/dirs +++ b/jiwonz/dirs @@ -11,3 +11,17 @@ lib = "src/init.luau" ["0.1.0 lune".dependencies] pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"] + +["0.1.1 lune"] +published_at = "2024-11-07T14:32:36.449141934Z" +description = "A library for lune that provides config/cache/data paths. Heavily inspired by dirs-rs" +license = "MIT" +authors = ["jiwonz"] +repository = "https://github.com/jiwonz/dirs-lune/" + +["0.1.1 lune".target] +environment = "lune" +lib = "src/init.luau" + +["0.1.1 lune".dependencies] +pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]