From d43bcee84b4d32dd588cb9d18c555972708be313 Mon Sep 17 00:00:00 2001 From: "Vincens R. Mink" Date: Wed, 10 Jul 2013 10:46:23 +0100 Subject: [PATCH] Put an author onto it --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bbb1313..40cd680 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name" : "syslog-console", "version" : "0.0.1", "description" : "Syslog+Console will output messages to console and local udp:514, by replacing the console object", - "repository": { + "author": "Vincens Riber Mink ", + "repository": { "type": "git", "url": "https://github.com/ExxKA/syslog-console" },