Skip to content

Commit

Permalink
chore: updated package json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
adrocodes committed Apr 13, 2023
1 parent c9c5181 commit 737295c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-eggs-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@adrocodes/pigeon": patch
---

Updated package json for npm page
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 737295c

Please sign in to comment.