Closed throrin19 closed 10 years ago
Yeah, wrote this pretty quickly, and only indented to use it with github, so you could either update your package.json to use the new npm short repository style:
"repository": {
"type": "git",
"url": "throrin19/svgutils"
},
Or, I'll accept a pull request that changes repoReg (https://github.com/clux/badgify/blob/master/lib/badgify.js#L3) to handle this :)
I'll probably eventually get around to fixing it though, just a bit busy atm.
Actually fixed this now. You can update to badgify@0.2.1 and it'll work :]
thanks, it works fine now ;)
Hi, if I try to generate badge of my npm project, i Have this error :
If I see your source code, i see this error is throwed only if repository or repository.url are seted. But, in my package.json, repository.url exists :