1
0
Fork 0

Allow string in abandoned format as well, refs #4621

pull/4389/merge
Jordi Boggiano 2015-11-21 14:13:13 +00:00
parent 320533bcf9
commit 430c6f3972
1 changed files with 2 additions and 2 deletions

View File

@ -444,8 +444,8 @@
}
},
"abandoned": {
"type": ["boolean"],
"description": "Indicates whether this package has been abandoned. Defaults to false."
"type": ["boolean", "string"],
"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."
}
}
}