Releases: twiddler/deputui
Releases · twiddler/deputui
v0.2.0
Now accepts .repository if it is just a string:
$ curl https://registry.npmjs.org/date-fns -s | jq '.repository'
"https://github.com/date-fns/date-fns"Before, .repository needed to be an object:
$ curl https://registry.npmjs.org/npm -s | jq '.repository'
{
"url": "git+https://github.com/npm/cli.git",
"type": "git"
}