summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 5f14eba95..442d5c486 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
-[submodule "third_party"]
- path = third_party
- url = https://github.com/denoland/deno_third_party.git
-[submodule "build"]
+[submodule "chromium_build"]
path = core/libdeno/build
url = https://github.com/denoland/chromium_build.git
-[submodule "js/deps/https/deno.land/x/std"]
+[submodule "deno_std"]
path = js/deps/https/deno.land/std
url = https://github.com/denoland/deno_std.git
-[submodule "deno_typescript/typescript"]
+[submodule "deno_third_party"]
+ path = third_party
+ url = https://github.com/denoland/deno_third_party.git
+[submodule "typescript"]
path = deno_typescript/typescript
url = https://github.com/microsoft/TypeScript.git