diff --git a/changelog.md b/changelog.md index 2b3584c..a7e78c6 100644 --- a/changelog.md +++ b/changelog.md @@ -74,6 +74,7 @@ - Integrated the ESLint plugin [`eslint-plugin-optimal-modules`](https://npm.im/eslint-plugin-optimal-modules). - Check TypeScript types via a new package `types` script. - Removed the [`jsdoc-md`](https://npm.im/jsdoc-md) dev dependency and the related package scripts, replacing the readme “API” section with a manually written “Exports” section. +- Updated the `package.json` field `repository` to conform to new npm requirements. - Updated GitHub Actions CI config: - The workflow still triggers on push, but no longer on pull request. - The workflow can now be manually triggered. diff --git a/package.json b/package.json index c446c06..5d6b2e6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,10 @@ "email": "me@jaydenseric.com", "url": "https://jaydenseric.com" }, - "repository": "github:jaydenseric/apollo-upload-client", + "repository": { + "type": "git", + "url": "git+https://github.com/jaydenseric/apollo-upload-client.git" + }, "homepage": "https://github.com/jaydenseric/apollo-upload-client#readme", "bugs": "https://github.com/jaydenseric/apollo-upload-client/issues", "funding": "https://github.com/sponsors/jaydenseric",