Skip to content

Commit

Permalink
Version bump for 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Aug 23, 2022
1 parent 13ca224 commit 0741cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Package.describe({
name: "meteortesting:browser-tests",
summary: "A helper package for Meteor test driver packages. Runs client tests in a headless browser.",
git: "https://github.com/meteortesting/meteor-browser-tests.git",
version: '1.4.0',
version: '1.4.1',
testOnly: true,
});

Package.onUse(function (api) {
api.use('ecmascript@0.15.1');
api.use('ecmascript@0.15.3');

api.addAssets('browser/phantomjs_script.js', 'server');

Expand Down

0 comments on commit 0741cc2

Please sign in to comment.