From cc0bb94bf4dfa2f9a1465f5c2e6dfc7d052d08e4 Mon Sep 17 00:00:00 2001 From: Bung Date: Wed, 24 Jun 2020 18:28:07 +0800 Subject: [PATCH] Added package stage (#1532) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a78436e..4a07383 100644 --- a/packages.json +++ b/packages.json @@ -18439,5 +18439,17 @@ "description": "search algorithms", "license": "MIT", "web": "https://github.com/nnahito/nim_searched" + }, + { + "name": "stage", + "url": "https://github.com/bung87/stage", + "method": "git", + "tags": [ + "git", + "hook" + ], + "description": "nim tasks apply to git hooks", + "license": "MIT", + "web": "https://github.com/bung87/stage" } ]