various modular fixes

This commit is contained in:
AngelPashov
2018-06-01 16:16:43 +03:00
parent f207254238
commit 8492d94054
23 changed files with 605 additions and 612 deletions

View File

@@ -1,4 +1,5 @@
'use strict';
const Client = require('./lib/Client');
module.exports = Client;
module.exports = Client;