This commit is contained in:
Yuri Kuznetsov
2023-06-24 17:20:20 +03:00
parent 91a2216d27
commit e0606e20d8
4 changed files with 18 additions and 2 deletions
+7
View File
@@ -48,6 +48,13 @@
"amdId": {
"type": "string",
"description": "An AMD ID. Needs to be specified if the module uses a named define function or other 3rd party modules require that ID."
},
"aliases": {
"type": "array",
"items": {
"type": "string"
},
"description": "Module IDs the lib will be available by. Can be useful for backward compatibility."
}
}
}