Skip to content

Commit

Permalink
Removed unnecessary beta versions support
Browse files Browse the repository at this point in the history
  • Loading branch information
zendranm committed Jul 25, 2024
1 parent c83885f commit 73114ec
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 @@ -15,7 +15,7 @@ const npmDependencies = {
Npm.depends(npmDependencies);
Package.registerBuildPlugin({
name: 'universe:i18n',
use: ['caching-compiler@1.2.2 || 2.0.0-beta300.6 || 2.0.0', 'tracker', 'typescript'],
use: ['caching-compiler@1.2.2 || 2.0.0', 'tracker', 'typescript'],
sources: [
'source/common.ts',
'source/compiler.ts',
Expand All @@ -26,7 +26,7 @@ Package.registerBuildPlugin({
});

Package.onUse(function (api) {
api.versionsFrom(['2.3', '3.0-beta.6']);
api.versionsFrom(['2.3', '3.0']);
api.use([
'check',
'ddp',
Expand Down

0 comments on commit 73114ec

Please sign in to comment.