From c8fe7c39665fd8b86739c2ecc6c3987d5b8e52c4 Mon Sep 17 00:00:00 2001 From: Joshua Appelman Date: Thu, 26 Jun 2014 00:25:40 +0200 Subject: [PATCH] Adds myself - jbnicolai - as a contributor. --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5a9cd30..7fc8ba7 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,10 @@ "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.", "license": "MIT", "repository": "sindresorhus/chalk", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "http://sindresorhus.com" - }, + "maintainers": [ + "Sindre Sorhus (http://sindresorhus.com)", + "Joshua Appelman " + ], "engines": { "node": ">=0.10.0" },