From d226befcef1efebbe91bc3a11f82df592cf6d178 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 28 Jan 2020 07:59:14 -0800 Subject: [PATCH] Added Ren JS library repo --- data/ecosystems/r/ren.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/r/ren.toml b/data/ecosystems/r/ren.toml index 5ea828a5..437a8b9b 100644 --- a/data/ecosystems/r/ren.toml +++ b/data/ecosystems/r/ren.toml @@ -72,6 +72,9 @@ url = "https://github.com/renproject/ren" [[repo]] url = "https://github.com/renproject/ren-js" +[[repo]] +url = "https://github.com/renproject/ren-js-common" + [[repo]] url = "https://github.com/renproject/rencrypto"