diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-23 18:22:14 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-24 11:31:17 -0500 |
| commit | 32e1641628a94c89366e037ff57f8acb4fc0f2fe (patch) | |
| tree | 2e32fd80e9975920291db368a6a93bc19d3efb7e /.gitmodules | |
| parent | c002ea10fa45e3c6fdb70a4c3b3add2a081b0fa5 (diff) | |
deno_net -> deno_std rename
Also don't format external js/deps
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 66ec150e4..86e16fd72 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ [submodule "build"] path = build url = https://github.com/denoland/chromium_build.git -[submodule "js/deps/https/deno.land/x/net"] - path = js/deps/https/deno.land/x/net - url = https://github.com/denoland/deno_net.git +[submodule "js/deps/https/deno.land/x/std"] + path = js/deps/https/deno.land/x/std + url = https://github.com/denoland/deno_std.git |
