From d84b78875a8d48770020c8b380daa5263ae541b3 Mon Sep 17 00:00:00 2001 From: juancaruizc Date: Mon, 14 Sep 2020 08:16:58 -0700 Subject: [PATCH] test --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index f61169392..5c3e13f6d 100644 --- a/index.js +++ b/index.js @@ -368,3 +368,5 @@ if (typeof exports !== 'undefined') { if (tallyUpDonations) { module.exports.tallyUpDonations = tallyUpDonations } if (counterMakerWithLimit) { module.exports.counterMakerWithLimit = counterMakerWithLimit } } + +//test