Fix some grammar
parent
8424235fac
commit
7369aba645
|
@ -379,7 +379,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"type": ["object"],
|
"type": ["object"],
|
||||||
"description": "Scripts listeners that will be executed before/after some events.",
|
"description": "Script listeners that will be executed before/after some events.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"pre-install-cmd": {
|
"pre-install-cmd": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
|
@ -449,7 +449,7 @@
|
||||||
},
|
},
|
||||||
"scripts-descriptions": {
|
"scripts-descriptions": {
|
||||||
"type": ["object"],
|
"type": ["object"],
|
||||||
"description": "Descriptions for scripts listeners, shown in console help.",
|
"description": "Descriptions for custom commands, shown in console help.",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue