Skip to content

Commit

Permalink
Merge pull request #53 from 9Morello/patch-1
Browse files Browse the repository at this point in the history
Update package.js
  • Loading branch information
StorytellerCZ authored Dec 13, 2024
2 parents bb64c2f + 7e7ccd5 commit 902d236
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
@@ -1,13 +1,13 @@
/* global Package:readonly, Npm:readonly */
Package.describe({
name: 'tmeasday:check-npm-versions',
version: '2.0.0',
version: '2.1.0',
summary: 'Check that required npm packages are installed at the app level',
git: 'https://github.com/tmeasday/check-npm-versions.git',
documentation: 'README.md',
});

Npm.depends({ semver: '6.3.0' }); // 7.x versions are incompatible with Internet Explorer
Npm.depends({ semver: '7.6.3' });

Package.onUse(function (api) {
api.versionsFrom(['2.8.0', '3.0.1', '3.1']);
Expand Down

0 comments on commit 902d236

Please sign in to comment.