Skip to content

Commit

Permalink
Try to fix accounts-t9n issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
queso committed Mar 24, 2014
1 parent c6daa42 commit df238e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']);

});
Expand Down
5 changes: 3 additions & 2 deletions smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit df238e8

Please sign in to comment.