Skip to content

Commit

Permalink
bump versionsFrom up to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
copleykj committed Mar 10, 2021
1 parent 0608d9a commit b8d2463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package.describe({
Npm.depends({ semver: '7.3.4' });

Package.onUse(function (api) {
api.versionsFrom('1.8.2');
api.versionsFrom('2.0');
api.use('typescript');
api.mainModule('check-npm-versions.ts');
});

0 comments on commit b8d2463

Please sign in to comment.