From 1f33ecad4eaac6ca093498e4a78f1c9a2cbd0945 Mon Sep 17 00:00:00 2001 From: Alex Grant Date: Tue, 28 Jan 2020 14:33:36 -0500 Subject: [PATCH] es6ify exports --- lib/async/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/async/index.js b/lib/async/index.js index 133c8825..a0c169c8 100644 --- a/lib/async/index.js +++ b/lib/async/index.js @@ -383,6 +383,6 @@ class Notifier { } module.exports = { - Notifier: Notifier, - TIMEOUT_PAD_FLOOR: TIMEOUT_PAD_FLOOR + Notifier, + TIMEOUT_PAD_FLOOR };