From 848b699ef8aebb9a2ece01a1e63f767c1746aab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A5le=20Raknes?= Date: Fri, 20 Oct 2017 16:35:26 +0200 Subject: [PATCH] Added contributors and bumping version --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 25b8040..d00b9b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "console-stamp", "main": "main", - "version": "0.2.5", + "version": "0.2.6", "author": { "name": "Ståle Raknes", "email": "stale@raknes.net", @@ -31,6 +31,14 @@ { "name": "Sören Schwert", "url": "https://github.com/sisou" + }, + { + "name": "Fkscorpion", + "url": "https://github.com/Fkscorpion" + }, + { + "name": "Alexis Tyler", + "url": "https://github.com/OmgImAlexis" } ], "description": "Patch NodeJS console methods in order to add timestamp information by pattern",