diff options
author | Caolan McMahon <caolan@caolanmcmahon.com> | 2010-11-17 18:58:16 +0000 |
---|---|---|
committer | Caolan McMahon <caolan@caolanmcmahon.com> | 2010-11-17 18:58:16 +0000 |
commit | 54f563a9b6775ba476313c3659c6a02b8893b472 (patch) | |
tree | aca30f15a34c3a105593010d4e0b6d1a7e69c264 /.gitmodules | |
parent | 3346146231683ca27cece79c53dcd71d40a04bcb (diff) | |
download | async-54f563a9b6775ba476313c3659c6a02b8893b472.tar.gz |
added makefile with lint, test and build targets
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3b65532..a9aae98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "deps/nodeunit"] path = deps/nodeunit url = git://github.com/caolan/nodeunit.git +[submodule "deps/UglifyJS"] + path = deps/UglifyJS + url = https://github.com/mishoo/UglifyJS.git +[submodule "deps/nodelint"] + path = deps/nodelint + url = https://github.com/tav/nodelint.git |