fox1t / fastify-multer

Fastify plugin for handling multipart/form-data
MIT License
89 stars 14 forks source link

Update repository URL in package.json #8

Closed patrick-entinux closed 4 years ago

patrick-entinux commented 4 years ago

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.

image

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

fox1t commented 4 years ago

LGTM!

Thanks for pointing this out and for fixing it!