Allow string in abandoned format as well, refs #4621

main
Jordi Boggiano 9 years ago
parent 320533bcf9
commit 430c6f3972

@ -444,8 +444,8 @@
} }
}, },
"abandoned": { "abandoned": {
"type": ["boolean"], "type": ["boolean", "string"],
"description": "Indicates whether this package has been abandoned. Defaults to false." "description": "Indicates whether this package has been abandoned, it can be boolean or a package name/URL pointing to a recommended alternative. Defaults to false."
} }
} }
} }

Loading…
Cancel
Save