From ddcad56ee9bc762171fd88585fd7ab3e3da19e1e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 4 Oct 2019 14:49:32 -0400 Subject: Move deno_std to a more convenient location. (#3057) js/deps/https/deno.land/std -> js/std --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 2c39cc3e9..46bdf2a5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,7 @@ path = core/libdeno/build url = https://github.com/denoland/chromium_build.git [submodule "deno_std"] - path = js/deps/https/deno.land/std + path = std url = https://github.com/denoland/deno_std.git [submodule "deno_third_party"] path = third_party -- cgit v1.2.3