Skip to content

Commit

Permalink
package: version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jan 5, 2024
1 parent 0854d4a commit e42f63c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ Package.describe({
summary: 'Run Meteor package or app tests with Mocha',
git: 'https://github.com/meteortesting/meteor-mocha.git',
documentation: '../README.md',
version: '3.0.0-beta300.0',
version: '3.1.0-beta300.0',
testOnly: true,
});

Package.onUse(function onUse(api) {
api.use([
'meteortesting:[email protected]',
'modules',
'meteortesting:[email protected]',
'[email protected]'
]);

Expand Down

0 comments on commit e42f63c

Please sign in to comment.