From 98ee8c7621036fb9eb8d1dce4054beac9bf882b1 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 25 Mar 2024 15:52:16 +0800 Subject: [PATCH] Added package sweet (#2843) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d01a8ed..71f5e59 100644 --- a/packages.json +++ b/packages.json @@ -32995,5 +32995,19 @@ "description": "library that resolves the inaccuracies of normal float math. ", "license": "MIT", "web": "https://github.com/nlits-projects/pmath" + }, + { + "name": "sweet", + "url": "https://github.com/FyraLabs/sweet", + "method": "git", + "tags": [ + "sugar", + "macros", + "syntax", + "utility" + ], + "description": "🍬 General syntactic sugar", + "license": "MIT", + "web": "https://github.com/FyraLabs/sweet" } ]