Skip to content

Commit

Permalink
Update the package.json field repository to conform to new npm requir…
Browse files Browse the repository at this point in the history
…ements.
  • Loading branch information
jaydenseric committed Oct 1, 2024
1 parent f6cd640 commit d998663
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

### Patch

- Updated the `package.json` field `repository` to conform to new npm requirements.
- Updated GitHub Actions CI config:
- Updated the tested Node.js versions to v18, v20.
- Removed the Node.js CLI option `--unhandled-rejections=throw` in the package script `tests` as it’s now the default for all supported Node.js versions.
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"email": "[email protected]",
"url": "https://jaydenseric.com"
},
"repository": "github:jaydenseric/graphql-upload",
"repository": {
"type": "git",
"url": "git+https://github.com/jaydenseric/graphql-upload.git"
},
"homepage": "https://github.com/jaydenseric/graphql-upload#readme",
"bugs": "https://github.com/jaydenseric/graphql-upload/issues",
"funding": "https://github.com/sponsors/jaydenseric",
Expand Down

0 comments on commit d998663

Please sign in to comment.