Skip to content

Commit

Permalink
fix: older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renanccastro committed Mar 14, 2024
1 parent 57e8d87 commit 497ea5f
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 @@ -30,7 +30,7 @@ Package.onUse(function (api) {
});

Package.onTest(function (api) {
Npm.depends({...npmModules, sinon: '12.0.1'});
Npm.depends(Object.assign({}, npmModules, {sinon: '12.0.1'}));
configurePackage(api, true);
api.use([
'peerlibrary:reactive-publish',
Expand Down

0 comments on commit 497ea5f

Please sign in to comment.