From d90a1e74c77ba67f25a812609fd49d479bc464dd Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 27 Nov 2016 13:04:05 -0500 Subject: Removed nlohmann/json submodule The submodule contained around 73MB of benchmarks and tests that are not necessary for inclusion in this project. Thus, the submodule has been removed, and the 2.0.7 release of nlohmann/json has been added to the repository. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b701c21..4f1abfd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "vendor/liboauthcpp"] path = vendor/liboauthcpp url = https://github.com/hatkirby/liboauthcpp -[submodule "vendor/json"] - path = vendor/json - url = https://github.com/nlohmann/json [submodule "vendor/curlcpp"] path = vendor/curlcpp url = https://github.com/JosephP91/curlcpp -- cgit 1.4.1