diff --git a/changelog.md b/changelog.md index bed3df1..168e941 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/package.json b/package.json index c1531cb..8be500a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,10 @@ "email": "me@jaydenseric.com", "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",