rename wireup

This commit is contained in:
Yavor Georgiev 2016-10-11 00:45:01 +02:00
parent 245328009a
commit 3dc968cfe2
2 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ if (typeof Realm != 'undefined') {
throw new Error('Missing Realm constructor - please ensure RealmReact framework is included!'); throw new Error('Missing Realm constructor - please ensure RealmReact framework is included!');
} }
require('./wireup')(realmConstructor); require('./extensions')(realmConstructor);
module.exports = realmConstructor; module.exports = realmConstructor;