From 811729d14396090d968ceabc9b020e84968f34f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sun, 21 May 2017 21:15:18 +0200 Subject: [PATCH] Add pi0 as maintainer --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01fc26057c..0fa88c46b0 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,15 @@ "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "contributors": [ { - "name": "Sebastien Chopin" + "name": "Sebastien Chopin (@Atinux)" }, { - "name": "Alexandre Chopin" + "name": "Alexandre Chopin (@alexchopin)" + } + ], + "maintainers": [ + { + "name": "Pooya Parsa (@pi0)" } ], "main": "./index.js",