Skip to content

Commit

Permalink
es6ify exports
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Jan 28, 2020
1 parent 42e28f2 commit 1f33eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/async/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,6 @@ class Notifier {
}

module.exports = {
Notifier: Notifier,
TIMEOUT_PAD_FLOOR: TIMEOUT_PAD_FLOOR
Notifier,
TIMEOUT_PAD_FLOOR
};

0 comments on commit 1f33eca

Please sign in to comment.