From 444d517fa535b6c938ff4ad477ba87c81de3c9e1 Mon Sep 17 00:00:00 2001 From: Milan Andric Date: Thu, 28 Aug 2014 11:50:18 -0300 Subject: [PATCH] added myself to maintainers list. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index de9aad5..1e1871e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "description": "The surprisingly simple way to write CouchApps", "maintainers": [ {"name": "Caolan McMahon", "web": "https://github.com/caolan"}, - {"name": "Ryan Ramage", "web": "https://github.com/ryanramage"} + {"name": "Ryan Ramage", "web": "https://github.com/ryanramage"}, + {"name": "Milan Andric", "web": "https://github.com/mandric"} ], "dependencies": { "async": "0.1.15",