From 645cc59429d761f6d8c95e402e66c99dbdf3c9f4 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 19 Oct 2019 18:46:59 -0700 Subject: [PATCH] Added Javascript interfaces for libp2p --- data/ecosystems/l/libp2p.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/l/libp2p.toml b/data/ecosystems/l/libp2p.toml index f74fce6c..1ee76e99 100644 --- a/data/ecosystems/l/libp2p.toml +++ b/data/ecosystems/l/libp2p.toml @@ -349,6 +349,9 @@ url = "https://github.com/libp2p/interface-transport" [[repo]] url = "https://github.com/libp2p/interop" +[[repo]] +url = "https://github.com/libp2p/js-interfaces" + [[repo]] url = "https://github.com/libp2p/js-iprs-record"