Skip to content

Commit

Permalink
chore: add repo + reporting info to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyfigaro committed Dec 2, 2024
1 parent b30e2aa commit 4e91532
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"name": "@joeyfigaro/use-scroll",
"repository": {
"type": "git",
"url": "https://github.com/joeyfigaro/use-scroll.git"
},
"bugs": {
"url": "https://github.com/joeyfigaro/use-scroll/issues"
},
"private": false,
"publishConfig": {
"access": "public"
},
"version": "0.0.1",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 4e91532

Please sign in to comment.