Skip to content

Commit

Permalink
Add the github urls to the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Nov 14, 2023
1 parent c029f49 commit b834260
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@kitbag/events",
"private": false,
"version": "0.0.1",
"bugs": {
"url": "https://github.com/kitbagjs/events/issues"
},
"homepage": "https://github.com/kitbagjs/events#readme",
"scripts": {
"build": "tsc && vite build",
"test": "vitest"
Expand Down

0 comments on commit b834260

Please sign in to comment.