From 5b6cc23c3d673e68ef35cb718560938d12451552 Mon Sep 17 00:00:00 2001 From: juristr Date: Sun, 27 Sep 2015 14:06:29 +0200 Subject: [PATCH] fix(build): correctly reference author and email --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb894a1..3495ab4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "loader", "i18n" ], - "author": "Juri Strumpflohner", + "author": "Juri Strumpflohner ", "license": "MIT", "devDependencies": { "angular": "^1.4.3",