Do something sensible with schemeless URLs
https://github.com/npm/newww/issues/840
Somehow the mobile-detect package made it through the publish process (3 weeks ago) without its broken repository value getting discarded or repaired:
repository: {
type: "git",
url: "github.com/hgoebl/mobile-detect.js"
}
http://registry.npmjs.org/mobile-detect
@zeke do you think I should publish a new version now? Thanks for contributing BTW.
@hgoebl yeah go for it.
For the record, 1.0.0 is a version with the not-fully-qualified URL.
I would also like to see the author.url field normalized to have http:// prepended if missing: https://github.com/sindresorhus/debug-log/blob/fb9e716cd288846df5dca4c37baea7c49e8351ec/package.json#L10