extension.json: Drop RL targets definitions, no longer honoured

Bug: T328497
Change-Id: I3a1f2f7f5e2f723218e515305c6e7ec0fc09faac
This commit is contained in:
James D. Forrester 2024-01-12 08:55:13 -05:00
parent cd6b88ed23
commit 8f16d58114

View file

@ -43,10 +43,6 @@
},
"ResourceModules": {
"ext.wikiEditor": {
"targets": [
"desktop",
"mobile"
],
"group": "ext.wikiEditor",
"packageFiles": [
"ext.wikiEditor.js",
@ -268,10 +264,6 @@
]
},
"ext.wikiEditor.styles": {
"targets": [
"desktop",
"mobile"
],
"group": "ext.wikiEditor",
"styles": "ext.wikiEditor.toolbar.styles.less"
},