diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-13 03:24:07 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-21 13:04:11 -0400 |
| commit | 5d1cb542617f3e9651f472eb21d11594fba397c0 (patch) | |
| tree | 8b7372ec46b373681f76588a711e82b68b98c353 /.gitmodules | |
| parent | 3563638693fa2736fd86f4cae711a276b548050b (diff) | |
Add deno_third_party as git submodule.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..82935121a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party"] + path = third_party + url = https://github.com/ry/deno_third_party.git |
