Skip to content

Commit

Permalink
Merge pull request #87 from bjuppa/add-author-to-npm-package
Browse files Browse the repository at this point in the history
Add author to generated package.json
  • Loading branch information
bjuppa authored Dec 16, 2023
2 parents d020126 + c21fb5e commit 5e27e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e27e08

Please sign in to comment.