From 2d3a591be889d70c7878f6b83bfe1f0f31f2c186 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 9 Jan 2020 20:58:27 -0800 Subject: [PATCH] Added more Truffle repos --- data/ecosystems/t/truffle.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/ecosystems/t/truffle.toml b/data/ecosystems/t/truffle.toml index 084cd9b9..da3339bf 100644 --- a/data/ecosystems/t/truffle.toml +++ b/data/ecosystems/t/truffle.toml @@ -23787,6 +23787,9 @@ url = "https://github.com/truelibra/SmartContracts" [[repo]] url = "https://github.com/truffle-box/drizzle-box" +[[repo]] +url = "https://github.com/trufflesuite/amqp.node" + [[repo]] url = "https://github.com/trufflesuite/artifact-updates" @@ -23889,6 +23892,12 @@ url = "https://github.com/trufflesuite/honeypot-exploration" [[repo]] url = "https://github.com/trufflesuite/meta-pkgs" +[[repo]] +url = "https://github.com/trufflesuite/metacoin-playground" + +[[repo]] +url = "https://github.com/trufflesuite/mocha" + [[repo]] url = "https://github.com/trufflesuite/pet-shop-tutorial" @@ -23988,6 +23997,9 @@ url = "https://github.com/trufflesuite/truffle-init-default" [[repo]] url = "https://github.com/trufflesuite/truffle-init-webpack" +[[repo]] +url = "https://github.com/trufflesuite/truffle-logger-example" + [[repo]] url = "https://github.com/trufflesuite/truffle-migrate"