diff --git a/webClient/package-lock.json b/webClient/package-lock.json index 53e3314..d47516c 100644 --- a/webClient/package-lock.json +++ b/webClient/package-lock.json @@ -796,8 +796,8 @@ } }, "@zlux/widgets": { - "version": "git+ssh://git@github.com/zowe/zlux-widgets.git#da92205dedda0ed45ab69cfa098808bedd765221", - "from": "git+ssh://git@github.com/zowe/zlux-widgets.git", + "version": "https://github.com/zowe/zlux-widgets.git#da92205dedda0ed45ab69cfa098808bedd765221", + "from": "https://github.com/zowe/zlux-widgets.git", "dev": true, "requires": { "@angular/animations": "~6.0.9", diff --git a/webClient/package.json b/webClient/package.json index 4a3120f..3a7d29d 100644 --- a/webClient/package.json +++ b/webClient/package.json @@ -22,7 +22,7 @@ "@angular/platform-browser": "~6.0.9", "@angular/platform-browser-dynamic": "~6.0.9", "@angular/router": "~6.0.9", - "@zlux/widgets": "git+ssh://git@github.com/zowe/zlux-widgets.git", + "@zlux/widgets": "https://github.com/zowe/zlux-widgets.git", "angular-l10n": "5.2.0", "angular2-template-loader": "~0.6.2", "codelyzer": "~4.4.2",