Skip to content

Commit

Permalink
publish 3.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jun 14, 2024
1 parent 0822550 commit eb018b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package/.versions
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ [email protected]
[email protected]
[email protected]
meteortesting:[email protected]
meteortesting:[email protected].0
meteortesting:[email protected].0
meteortesting:[email protected].1
meteortesting:[email protected].1
[email protected]
[email protected]
[email protected]
Expand Down
8 changes: 4 additions & 4 deletions package/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Package.describe({
summary: 'Run Meteor package or app tests with Mocha',
git: 'https://github.com/meteortesting/meteor-mocha.git',
documentation: '../README.md',
version: '3.1.0-rc.0',
version: '3.1.0-rc.1',
testOnly: true,
});

Package.onUse(function onUse(api) {
api.versionsFrom(['2.8.0', '3.0-rc.2'])
api.versionsFrom(['2.8.0', '3.0-rc.4'])
api.use([
'meteortesting:[email protected].0',
'meteortesting:[email protected].1',
'ecmascript'
]);

api.use([
'meteortesting:[email protected].0',
'meteortesting:[email protected].1',
'[email protected] || 2.0.0'
], 'server');
api.use('browser-policy', 'server', { weak: true });
Expand Down

0 comments on commit eb018b4

Please sign in to comment.