Skip to content

Commit

Permalink
Fix just-i18n issues. Fixes #109
Browse files Browse the repository at this point in the history
  • Loading branch information
queso committed Mar 24, 2014
1 parent 4e82743 commit c6daa42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.js
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(['accounts-t9n'], ['client']);
api.use(['just-i18n', 'accounts-t9n'], ['client']);
api.add_files(['shared/router.coffee'], ['client', 'server']);

});
Expand Down
4 changes: 3 additions & 1 deletion smart.json
Expand Up @@ -8,6 +8,8 @@
"packages": {
"iron-router": "0.6.4",
"just-i18n": "0.1.1",
"accounts-t9n": {}
"accounts-t9n": {
"path": "/Users/josh/Code/Differential/meteor-accounts-t9n"
}
}
}

0 comments on commit c6daa42

Please sign in to comment.