From da5812e85e1b6b8b7b4614a81f23af912093badd Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 8 Feb 2018 23:49:22 +0000 Subject: [PATCH 1/2] add chaijs! --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index e552c0b..0b06e21 100644 --- a/index.js +++ b/index.js @@ -31,6 +31,7 @@ const authors = { const packages = { 'babel-core': 'https://opencollective.com/babel', bower: 'https://opencollective.com/bower', + chai: 'https://opencollective.com/chaijs' cheerio: 'https://opencollective.com/cheerio', choo: 'https://opencollective.com/choo', gulp: 'https://opencollective.com/gulpjs', From ae44e1b75529c611b5714269683d78e7c4e1026c Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 8 Feb 2018 15:52:36 -0800 Subject: [PATCH 2/2] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0b06e21..89f7950 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,7 @@ const authors = { const packages = { 'babel-core': 'https://opencollective.com/babel', bower: 'https://opencollective.com/bower', - chai: 'https://opencollective.com/chaijs' + chai: 'https://opencollective.com/chaijs', cheerio: 'https://opencollective.com/cheerio', choo: 'https://opencollective.com/choo', gulp: 'https://opencollective.com/gulpjs',