From 7c22b322beb1d9c507184b57087c31caf00fa9a4 Mon Sep 17 00:00:00 2001 From: Abbey <2366595+abbeymart@users.noreply.github.com> Date: Mon, 13 Jul 2020 16:46:11 -0400 Subject: [PATCH] Added package mctranslog (#1560) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c07e5a0..0ebe54c 100644 --- a/packages.json +++ b/packages.json @@ -18743,5 +18743,18 @@ "description": "A highlighter for diff -u-like output & port of Python difflib", "license": "MIT/ISC", "web": "https://github.com/c-blake/hldiff" + }, + { + "name": "mctranslog", + "url": "https://github.com/abbeymart/mctranslog", + "method": "git", + "tags": [ + "transaction", + "audit", + "log" + ], + "description": "mctranslog - Transaction Log Package", + "license": "MIT", + "web": "https://github.com/abbeymart/mctranslog" } ]