From c21fb5eda8bf804c94f6b6c530da39bdb1811c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Nilsved?= Date: Sat, 16 Dec 2023 15:04:28 +0100 Subject: [PATCH] Add author to generated package.json Closes #84 --- scripts/build_npm.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_npm.ts b/scripts/build_npm.ts index 93a064e..1f20e41 100644 --- a/scripts/build_npm.ts +++ b/scripts/build_npm.ts @@ -16,6 +16,7 @@ await build({ version: Deno.args[0]?.replace(/^v/, ""), description: "Date-time utilities that keep timezones on the surface.", license: "MIT", + author: { name: "Björn Nilsved" }, keywords: [ "plain-date", "plain-time",