From 737295c46a038e67f37415c215f74025e96a68f6 Mon Sep 17 00:00:00 2001 From: adrocodes Date: Thu, 13 Apr 2023 19:40:04 +1000 Subject: [PATCH] chore: updated package json for npm --- .changeset/tidy-eggs-divide.md | 5 +++++ package.json | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .changeset/tidy-eggs-divide.md diff --git a/.changeset/tidy-eggs-divide.md b/.changeset/tidy-eggs-divide.md new file mode 100644 index 0000000..d6df201 --- /dev/null +++ b/.changeset/tidy-eggs-divide.md @@ -0,0 +1,5 @@ +--- +"@adrocodes/pigeon": patch +--- + +Updated package json for npm page diff --git a/package.json b/package.json index 217192a..282105c 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", + "repository": { + "url": "https://github.com/adrocodes/pigeon" + }, + "keywords": ["jamstack", "graphql", "zod"], "scripts": { "build": "tsup index.ts --format cjs,esm --dts --minify", "lint": "tsc",