diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-04 14:49:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 14:49:32 -0400 |
| commit | ddcad56ee9bc762171fd88585fd7ab3e3da19e1e (patch) | |
| tree | d0c308fc91514a3327266a57a252c4e46122ac6b /.gitmodules | |
| parent | eecb4fea26aa3d1cddef1bb44ed3500d2b4dd477 (diff) | |
Move deno_std to a more convenient location. (#3057)
js/deps/https/deno.land/std -> js/std
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
