From f3f83494f5801c7394c3eb3075b76c68229028ec Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 26 Apr 2017 21:40:30 +0100 Subject: [PATCH] Credit contributor YvesBos --- docs/index.md | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index fa1adbf5..a4d966f4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -99,6 +99,7 @@ the help and code contributions of the following people: * [Jérémy Lal](https://github.com/kapouer) * [Alice Monday](https://github.com/alice0meta) * [Kristo Jorgenson](https://github.com/kristojorg) +* [Yves Bos](https://github.com/YvesBos) Thank you! diff --git a/package.json b/package.json index df5560bc..3dd32b18 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "Jérémy Lal ", "Rahul Nanwani ", "Alice Monday ", - "Kristo Jorgenson " + "Kristo Jorgenson ", + "YvesBos " ], "scripts": { "clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",