From 1ee516363fe0ea403d61a9a0f1bc29818fb09ebe Mon Sep 17 00:00:00 2001 From: tjgionet Date: Tue, 17 Jul 2018 14:34:23 -0400 Subject: [PATCH] bugfix for export --- volatile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatile.js b/volatile.js index fd9af7e..1fb1ab3 100644 --- a/volatile.js +++ b/volatile.js @@ -1,4 +1,4 @@ -mopdule.exports = class Volatile { +module.exports = class Volatile { constructor(obj) { this.obj = obj; }