diff --git a/package.js b/package.js index 7b077697..17486da6 100644 --- a/package.js +++ b/package.js @@ -57,7 +57,7 @@ Package.on_use(function(api) { api.imply('accounts-base', ['client', 'server']); api.export('AccountsEntry', ['client', 'server']); api.use('iron-router', ['client', 'server']); - api.use(['just-i18n', 'accounts-t9n'], ['client']); + api.use(['just-i18n', 'accounts-t9n'], ['client', 'server']); api.add_files(['shared/router.coffee'], ['client', 'server']); }); diff --git a/smart.json b/smart.json index caa89e89..7023469b 100644 --- a/smart.json +++ b/smart.json @@ -7,9 +7,10 @@ "git": "https://github.com/BeDifferential/accounts-entry.git", "packages": { "iron-router": "0.6.4", - "just-i18n": "0.1.1", + "just-i18n": {}, "accounts-t9n": { - "path": "/Users/josh/Code/Differential/meteor-accounts-t9n" + "git": "git@github.com:BeDifferential/meteor-accounts-t9n.git" + "branch": "fix-just-i18n" } } }