From 25951b9d5e2632aba4df492570976235268fecf6 Mon Sep 17 00:00:00 2001
From: Daniel Sogl <daniel@sogls.de>
Date: Fri, 3 Jun 2022 17:21:03 +0000
Subject: [PATCH] update library author

---
 scripts/tasks/publish.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/tasks/publish.ts b/scripts/tasks/publish.ts
index f0065dbb..a5d42625 100644
--- a/scripts/tasks/publish.ts
+++ b/scripts/tasks/publish.ts
@@ -18,7 +18,7 @@ const PACKAGE_JSON_BASE = {
   main: 'bundle.js',
   module: 'index.js',
   typings: 'index.d.ts',
-  author: 'ionic',
+  author: 'Daniel Sogl',
   license: 'MIT',
   repository: {
     type: 'git',