From b3d3ed2c245b19662f39caf8875e596b1618d1d2 Mon Sep 17 00:00:00 2001 From: Hamid Bluri Date: Fri, 22 Oct 2021 21:50:29 -0700 Subject: [PATCH] Added package uncomment (#2042) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f504eb5..b5549ca 100644 --- a/packages.json +++ b/packages.json @@ -24026,5 +24026,18 @@ "description": "A macro collection for creating DSL in nim", "license": "MIT", "web": "https://github.com/codehz/dslutils" + }, + { + "name": "uncomment", + "url": "https://github.com/hamidb80/uncomment", + "method": "git", + "tags": [ + "comment", + "uncomment", + "compile-time" + ], + "description": "uncomment the codes at the compile time", + "license": "MIT", + "web": "https://github.com/hamidb80/uncomment" } ]