Export AccountsClient and AccountsServer from accounts-base.

This commit is contained in:
Ben Newman
2015-04-19 23:58:43 -04:00
parent b912ec8281
commit ff5fb16d70

View File

@@ -34,6 +34,8 @@ Package.onUse(function (api) {
api.use('oauth-encryption', 'server', {weak: true});
api.export('Accounts');
api.export('AccountsClient', 'client');
api.export('AccountsServer', 'server');
api.export('AccountsTest', {testOnly: true});
api.addFiles('accounts_common.js', ['client', 'server']);