Skip to content

Commit

Permalink
Update package.json with Github repository (#61)
Browse files Browse the repository at this point in the history
The npm page for belt has no links to the Github repo, this PR solves
that.
  • Loading branch information
MalcolmTomisin committed Sep 13, 2024
1 parent a642cc4 commit 74db323
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"license": "MIT",
"version": "0.7.3",
"description": "React Native Expo project starter and generator CLI",
"repository": {
"type": "git",
"url": "git+https://github.com/thoughtbot/belt.git"
},
"homepage": "https://github.com/thoughtbot/belt#readme",
"type": "module",
"exports": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit 74db323

Please sign in to comment.