Skip to content

Commit

Permalink
Use more ergonomic submodule names
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
piscisaureus committed Sep 16, 2019
1 parent c9ef182 commit 2788b5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2788b5d

Please sign in to comment.