Skip to content

Commit

Permalink
Merge pull request #125 from sviande/master
Browse files Browse the repository at this point in the history
Package: update weak dependecy to lmieulet:meteor-coverage
  • Loading branch information
StorytellerCZ authored Jan 1, 2023
2 parents c9b51d4 + 1ea2c4e commit 1c5988e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package.onUse(function onUse(api) {

api.use(['meteortesting:browser-tests@1.4.2', 'http@1.0.0 || 2.0.0'], 'server');
api.use('browser-policy@1.0.0', 'server', { weak: true });
api.use('lmieulet:meteor-coverage@1.1.4 || 2.0.1 || 3.0.0 || 4.0.0', 'client', { weak: true });
api.use('lmieulet:meteor-coverage@1.1.4 || 2.0.1 || 3.0.0 || 4.1.0', 'client', { weak: true });

api.mainModule('client.js', 'client');
api.mainModule('server.js', 'server');
Expand Down

0 comments on commit 1c5988e

Please sign in to comment.