From bb4777db90b0f2fcc9e9fe46d4349086157b7e3b Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 14 Jul 2026 12:48:11 +0100 Subject: [PATCH] chore: add myself to author/contributors respectively --- packages/beasties/package.json | 5 +++++ packages/vite-plugin-beasties/package.json | 1 + 2 files changed, 6 insertions(+) diff --git a/packages/beasties/package.json b/packages/beasties/package.json index 47e1b18..8e88ceb 100644 --- a/packages/beasties/package.json +++ b/packages/beasties/package.json @@ -11,6 +11,11 @@ { "name": "Janicklas Ralph", "email": "janicklas@google.com" + }, + { + "name": "Daniel Roe", + "email": "daniel@roe.dev", + "url": "https://roe.dev" } ], "license": "Apache-2.0", diff --git a/packages/vite-plugin-beasties/package.json b/packages/vite-plugin-beasties/package.json index 2dc3bfa..6571b7e 100644 --- a/packages/vite-plugin-beasties/package.json +++ b/packages/vite-plugin-beasties/package.json @@ -4,6 +4,7 @@ "version": "0.4.3", "packageManager": "pnpm@11.13.0", "description": "", + "author": "Daniel Roe ", "license": "MIT", "repository": { "type": "git", -- 2.51.2