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.*",