feat(init): add an optional funding field
This commit is contained in:
parent
4ab78ae00d
commit
6dbcfdf282
6 changed files with 60 additions and 0 deletions
|
|
@ -172,6 +172,11 @@
|
|||
"format": "uri",
|
||||
"description": "The project's repository."
|
||||
},
|
||||
"funding": {
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
"description": "The project's funding link."
|
||||
},
|
||||
"homepage": {
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue