From 1aac5b83e55780cf0687deae157fa980f8209abc Mon Sep 17 00:00:00 2001 From: Christoph Tavan Date: Wed, 15 Aug 2012 16:09:05 +0200 Subject: [PATCH] Add @janl to the list of contributors. --- README.md | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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",