From 10a0831ade07c7076315b5d12203384c733714ab Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 5 Aug 2014 16:18:46 +0200 Subject: [PATCH] Add Michael --- bower.json | 3 ++- package.json | 12 +++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 4355379..5f2e4bb 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,8 @@ "name": "compass-mixins", "version": "0.12.3", "authors": [ - "Guillaume Balaine " + "Guillaume Balaine ", + "Michael Heillein " ], "description": "Compass stylesheets", "main": "lib/_compass.scss", diff --git a/package.json b/package.json index 85d7320..925aca6 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,15 @@ { "name": "compass-mixins", "version": "0.12.3", - "authors": [ - "Guillaume Balaine " - ], + "author": { + "name": "Guillaume Balaine", + "email": "igosuki@gmail.com", + "url": "https://github.com/Igosuki" + }, + "contributors": [{ + "name": "Michael Heillein", + "url": "https://github.com/michaek" + }], "description": "Compass stylesheets", "repository": { "type": "git",