Files
npm/node_modules/github-url-from-username-repo
Robert Kowalski e790ae98a8 Fix npm repo error for unnormalized shorthand urls
New npm versions are supporting the shorthand username/repo
in the repository field of the package.json - but sometimes
people with old npm versions are publishing them and they
do not get normalized.

Fixes #3952
2013-10-23 23:48:30 -07:00
..

Build Status Dependency Status

github-url-from-username-repo

Usage


var getUrl = require("github-url-from-username-repo")
getUrl("visionmedia/express") // git://github.com/visionmedia/express