summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-04 14:49:32 -0400
committerGitHub <noreply@github.com>2019-10-04 14:49:32 -0400
commitddcad56ee9bc762171fd88585fd7ab3e3da19e1e (patch)
treed0c308fc91514a3327266a57a252c4e46122ac6b /.gitmodules
parenteecb4fea26aa3d1cddef1bb44ed3500d2b4dd477 (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--.gitmodules2
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