We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb64c2f + 7e7ccd5 commit 902d236Copy full SHA for 902d236
package.js
@@ -1,13 +1,13 @@
1
/* global Package:readonly, Npm:readonly */
2
Package.describe({
3
name: 'tmeasday:check-npm-versions',
4
- version: '2.0.0',
+ version: '2.1.0',
5
summary: 'Check that required npm packages are installed at the app level',
6
git: 'https://github.com/tmeasday/check-npm-versions.git',
7
documentation: 'README.md',
8
});
9
10
-Npm.depends({ semver: '6.3.0' }); // 7.x versions are incompatible with Internet Explorer
+Npm.depends({ semver: '7.6.3' });
11
12
Package.onUse(function (api) {
13
api.versionsFrom(['2.8.0', '3.0.1', '3.1']);
0 commit comments