From b20135c356901cd16f8fd94f3ac05af4ab464005 Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Thu, 17 Mar 2016 18:30:58 +0700 Subject: [PATCH] =?UTF-8?q?Allow=20updeep=20to=20be=20require()=E2=80=99d?= =?UTF-8?q?=20from=20CommonJS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 37ff54b..884ec28 100644 --- a/lib/index.js +++ b/lib/index.js @@ -26,4 +26,4 @@ u.update = update; u.updateIn = updateIn; u.withDefault = withDefault; -export default u; +module.exports = u;