From b092440a3495a14a161795f25d39e456e2ce7376 Mon Sep 17 00:00:00 2001 From: Charlike Mike Reagent <5038030+olstenlarck@users.noreply.github.com> Date: Fri, 9 Feb 2018 18:18:25 +0200 Subject: [PATCH] add @tunnckoCore / @olstenlarck to authors And if you accept these packages that I added, would be great. They are pretty old, stable and just most used by many and starred. Won't add more. --- index.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 4410ff4..c8c2312 100644 --- a/index.js +++ b/index.js @@ -25,7 +25,8 @@ const authors = { staltz: 'https://en.liberapay.com/andrestaltz/', thlorenz: 'https://www.patreon.com/thlorenz', yyx990803: 'https://www.patreon.com/evanyou', - juliangruber: 'https://www.patreon.com/juliangruber' + juliangruber: 'https://www.patreon.com/juliangruber', + olstenlarck: 'https://www.paypal.me/tunnckoCore' } /* @@ -58,7 +59,16 @@ const packages = { tachyons: 'https://opencollective.com/tachyons', webpack: 'https://opencollective.com/webpack', yo: 'https://opencollective.com/yeoman', - levelup: 'https://opencollective.com/level' + levelup: 'https://opencollective.com/level', + 'koa-ip-filter': 'https://www.paypal.me/tunnckoCore', + 'koa-better-body': 'https://www.paypal.me/tunnckoCore', + 'koa-better-router': 'https://www.paypal.me/tunnckoCore', + 'koa-rest-router': 'https://www.paypal.me/tunnckoCore', + 'parse-function': 'https://www.paypal.me/tunnckoCore', + 'get-installed-path': 'https://www.paypal.me/tunnckoCore', + gibon: 'https://www.paypal.me/tunnckoCore', + dush: 'https://www.paypal.me/tunnckoCore', + hela: 'https://www.paypal.me/tunnckoCore' } module.exports = { authors, packages }