Skip to content

Commit

Permalink
rename the package
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed May 29, 2016
1 parent 4d6e861 commit 351a730
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 @@ -50,7 +50,7 @@ Npm.depends({
});

Package.onTest(function (api) {
api.use(['lmieulet:coverage-self-instrumenter@0.1.0'], ['server']);
api.use(['lmieulet:meteor-coverage-self-instrumenter@1.0.0'], ['server']);
api.use('ecmascript');
api.use(['lmieulet:meteor-coverage', 'tinytest'], ['server', 'client']);
api.use('jquery', 'client');
Expand Down

0 comments on commit 351a730

Please sign in to comment.