mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
2788b5d4a1
Change submodule names to match the name of the corresponding github repository, which is easier to remember than using the full path where the submodule is (or used to be) checked out.
13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
[submodule "chromium_build"]
|
|
path = core/libdeno/build
|
|
url = https://github.com/denoland/chromium_build.git
|
|
[submodule "deno_std"]
|
|
path = js/deps/https/deno.land/std
|
|
url = https://github.com/denoland/deno_std.git
|
|
[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
|