Skip to content

Commit

Permalink
update for Meteor 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Butler committed Oct 9, 2015
1 parent 96825cd commit a4a782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Package.on_use(function (api) {
api.use('iron:[email protected]');
api.imply('iron:core');

api.use('iron:[email protected].8');
api.use('iron:[email protected].10');
api.use('iron:[email protected]');

api.add_files('lib/wait_list.js', 'client');
Expand Down

0 comments on commit a4a782a

Please sign in to comment.