From 8b126d8c32c91eacdf5e0c68bee385cea2e8950c Mon Sep 17 00:00:00 2001 From: Hypnosphi Date: Tue, 1 May 2018 00:48:30 +0300 Subject: [PATCH] Use commonjs syntax --- lib/core-events/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core-events/index.js b/lib/core-events/index.js index 239f6a89c99..2dc52ae8e25 100644 --- a/lib/core-events/index.js +++ b/lib/core-events/index.js @@ -1,4 +1,4 @@ -export default { +module.exports = { CHANNEL_CREATED: 'channelCreated', GET_CURRENT_STORY: 'getCurrentStory', SET_CURRENT_STORY: 'setCurrentStory',