Skip to content

Commit

Permalink
Use https instead of git for read-only references
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
  • Loading branch information
1000TurquoisePogs committed Jan 10, 2020
1 parent 591b232 commit ffd6f4e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/platform-browser-dynamic": "~6.0.9",
"@angular/router": "~6.0.9",
"angular-l10n": "~5.2.0",
"@zlux/widgets": "git+ssh://git@github.com:zowe/zlux-widgets.git",
"@zlux/widgets": "git+https://github.com:zowe/zlux-widgets.git",
"angular2-template-loader": "~0.6.2",
"codelyzer": "~4.4.2",
"copy-webpack-plugin": "~4.5.2",
Expand Down
4 changes: 2 additions & 2 deletions virtual-desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion virtual-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/platform-browser-dynamic": "~6.0.9",
"@angular/router": "~6.0.9",
"@types/html2canvas": "~0.0.35",
"@zlux/widgets": "git+ssh://git@github.com/zowe/zlux-widgets.git",
"@zlux/widgets": "git+https://github.com/zowe/zlux-widgets.git",
"angular-l10n": "~5.2.0",
"angular2-template-loader": "~0.6.2",
"bootstrap": "~4.3.1",
Expand Down

0 comments on commit ffd6f4e

Please sign in to comment.