From 22384a9ef3b75d7b37b99551db2575cb19dafe6d Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 1 Aug 2012 14:55:25 +0200 Subject: bringing in srp-js as a submodule for the example This will most likely become a simple js file once both are more stable. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b7b1796 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "example/public/srp-js"] + path = example/public/srp-js + url = git://github.com/leapcode/srp-js.git -- cgit v1.2.3