Skip to content

Commit

Permalink
Don't bring in spark, we don't need to and it will go away soon. Also…
Browse files Browse the repository at this point in the history
…, accounts-t9n handles just-i18n dep now.
  • Loading branch information
queso committed Mar 10, 2014
1 parent 70a5faa commit fc994c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Package.on_use(function(api) {
'underscore',
'templating',
'handlebars',
'spark',
'session',
'coffeescript',
'less']
Expand Down Expand Up @@ -58,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(['accounts-t9n'], ['client']);
api.add_files(['shared/router.coffee'], ['client', 'server']);

});
Expand Down

0 comments on commit fc994c1

Please sign in to comment.