From ed1ad6f9b5705c965ff9124ba323f856143a46c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Tue, 26 Nov 2019 12:38:38 +0900 Subject: [PATCH] Fix node-swc --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index c688fa1b941..f2ce2c8e44c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,10 +3,10 @@ url = https://github.com/tc39/test262-parser-tests.git [submodule "tests/projects/rxjs"] path = tests/projects/rxjs/repo - url = git@github.com:ReactiveX/rxjs.git + url = https://github.com/ReactiveX/rxjs.git [submodule "tests/projects/webpack"] path = tests/projects/webpack/repo - url = git@github.com:webpack/webpack.git + url = https://github.com/webpack/webpack.git [submodule "tests/projects/angular/repo"] path = tests/projects/angular/repo - url = git@github.com:angular/angular.git + url = https://github.com/angular/angular.git