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