Skip to content

Commit

Permalink
Try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed May 29, 2016
1 parent 5c201fd commit 36f9ccf
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 @@ -9,6 +9,7 @@ Package.describe({

Package.onUse(function(api) {
api.versionsFrom('METEOR@1.3.1');
api.use(['lmieulet:coverage-self-instrumenter@0.0.2'], ['server']);
api.use(['ecmascript', 'meteorhacks:picker@1.0.3'], 'server');

api.use("modules");
Expand Down Expand Up @@ -51,7 +52,6 @@ Npm.depends({

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

Expand Down

0 comments on commit 36f9ccf

Please sign in to comment.