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" },