It seems that the old /multer URL is deprecated. Hopefully I've understood this right?
This PR updates the URL in package.json to reflect the current source location.
Reason: When I use npm-check CLI tool to check version of modules in my project, it is directing me to the OLD url to check changes for fastify-multer. Then I have to click to open the moved repository. It would be more convenient if the repository URL was accurate.
By the way, npm-check is trying to guess the homepage URL using this logic:
It seems that the old /multer URL is deprecated. Hopefully I've understood this right?
This PR updates the URL in package.json to reflect the current source location.
Reason: When I use npm-check CLI tool to check version of modules in my project, it is directing me to the OLD url to check changes for fastify-multer. Then I have to click to open the moved repository. It would be more convenient if the repository URL was accurate.
By the way, npm-check is trying to guess the homepage URL using this logic:
https://github.com/dylang/npm-check/blob/master/lib/in/best-guess-homepage.js
The old URL is also showing on NPM website: https://www.npmjs.com/package/fastify-multer