Skip to content

Commit

Permalink
fix: package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renanccastro committed May 17, 2024
1 parent be8d7d3 commit 0ac4e7c
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 @@ -104,7 +104,7 @@ Package.onTest(function (api) {
});

function configurePackage (api, isTesting) {
api.versionsFrom('[email protected]beta.7');
api.versionsFrom('[email protected]rc.1');
api.use('montiapm:[email protected]', ['server']);

if (isTesting && process.env.REDIS_OPLOG_SETTINGS) {
Expand Down

0 comments on commit 0ac4e7c

Please sign in to comment.