From 36d15deb39ff2e5d7319aa73bf6fd34e3bbfb3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Sat, 25 Apr 2020 10:46:47 +0100 Subject: [PATCH] Use object shorthand for properties --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index b75d808..e69e15c 100644 --- a/index.js +++ b/index.js @@ -35,9 +35,9 @@ module.exports = function stackman (opts) { }) return { - callsites: callsites, - properties: properties, - sourceContexts: sourceContexts + callsites, + properties, + sourceContexts } function callsites (err, opts, cb) {