chore(openid-connect): Update versionsFrom to 1.7 for ohif-user-oidc

This commit is contained in:
Erik Ziegler 2018-10-01 13:48:31 +02:00
parent a70f1547a3
commit 45c5867663

View File

@ -9,7 +9,7 @@ Npm.depends({
}); });
Package.onUse(function(api) { Package.onUse(function(api) {
api.versionsFrom('1.6'); api.versionsFrom('1.7');
api.use('ecmascript', 'client'); api.use('ecmascript', 'client');