From 23b9ff617d370981975616931a8595ef7df64441 Mon Sep 17 00:00:00 2001 From: Stijn de Witt Date: Mon, 3 Jul 2017 12:35:28 +0200 Subject: [PATCH] Acknowledge contributions by Marco Alka --- README.md | 5 ++++- package.json | 12 +++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04c841d..57088ce 100644 --- a/README.md +++ b/README.md @@ -314,8 +314,11 @@ to let me know of any problems you find, or questions you may have. Credits go to [Justin Fagnani](http://justinfagnani.com) for his excellent blog post ["Real" Mixins with JavaScript Classes](http://justinfagnani.com/2015/12/21/real-mixins-with-javascript-classes/) and the accompanying library [mixwith.js](https://github.com/justinfagnani/mixwith.js). +## Contributors +Many thanks to [Marco Alka](https://marco-alka.de/) for his contributions to this project. + ## Copyright -Copyright 2017 by [Stijn de Witt](https://StijnDeWitt.com). Some rights reserved. +Copyright 2017 by [Stijn de Witt](https://StijnDeWitt.com) and contributors. Some rights reserved. ## License Licensed under the [Creative Commons Attribution 4.0 International (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/) Open Source license. diff --git a/package.json b/package.json index 6033723..287fb8e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,17 @@ "microscopically small", "2kB" ], - "author": "Stijn de Witt", + "author": { + "name": "Stijn de Witt", + "email": "StijnDeWitt@hotmail.com", + "url": "https://StijnDeWitt.com" + }, + "contributors": [ + { + "name": "Marco Alka", + "url": "https://marco-alka.de/" + } + ], "license": "CC-BY-4.0", "bugs": { "url": "https://github.com/download/mics/issues"