Skip to content

Commit

Permalink
chore: add repo + bug fields (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Sep 26, 2023
1 parent 99580e8 commit 96c2d34
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,12 @@
"trailingComma": "all",
"arrowParens": "always"
},
"license": "ISC"
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/sstur/nbit.git"
},
"bugs": {
"url": "https://github.com/sstur/nbit/issues"
}
}

0 comments on commit 96c2d34

Please sign in to comment.