Skip to content

Commit

Permalink
Merge pull request #30 from Meteor-Community-Packages/fix/bundler-plu…
Browse files Browse the repository at this point in the history
…gin-version-bump

Watcher plugin fix: v3.1.1 should require bundler plugin v3.1.1
  • Loading branch information
StorytellerCZ authored Oct 4, 2023
2 parents 047c2ea + 4873285 commit 2fc296e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/watcher/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Package.onUse(function onUse(api) {
api.versionsFrom('[email protected]');
api.use('ecmascript');
api.use([
'communitypackages:[email protected].0',
'communitypackages:[email protected].1',
], ['server'], {
weak: true
});
Expand Down

0 comments on commit 2fc296e

Please sign in to comment.