From e3d159e7ff1764ed56cec448401d795c20dfa609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Hillerstr=C3=B6m?= Date: Sat, 21 Nov 2015 20:22:00 +0100 Subject: [PATCH] Add contributors to package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c3e82b..e21fffb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,10 @@ "repository": "a1k0n/jsxm", "author": "Andy Sloane (http://www.a1k0n.net/)", "license": "MIT", - + "contributors": [{ + "name": "Johan Hillerström", + "email": "progr@mmer.nu" + }], "main": "index.html", "window": { "frame": true,