diff --git a/README.md b/README.md index d1c5d72..28a4586 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ var config = getenv.multi({ - Moritz von Hase (initial author) - Christoph Tavan - Jonas Dohse +- Jan Lehnardt (@janl): `getenv.multi()` support. ## License diff --git a/package.json b/package.json index 3bc17f3..882a5e8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "author": "Christoph Tavan ", "contributors": [ "Moritz von Hase", - "Jonas Dohse " + "Jonas Dohse ", + "Jan Lehnardt" ], "version": "0.2.0", "homepage": "https://github.com/ctavan/node-getenv",