Skip to content

Commit

Permalink
Update the package.json field repository to conform to new npm re…
Browse files Browse the repository at this point in the history
…quirements.
  • Loading branch information
jaydenseric committed Oct 23, 2023
1 parent e3db4c2 commit dc323d3
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 @@ -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.
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/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",
Expand Down

0 comments on commit dc323d3

Please sign in to comment.