chore(openid-connect): Update versionsFrom to 1.7 for ohif-user-oidc
This commit is contained in:
parent
a70f1547a3
commit
45c5867663
@ -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');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user