mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-23 15:57:15 +00:00
build: Update MediaWiki requirement to 1.41
All extensions in the MediaWiki tarball are expected to track MediaWiki's release directly. Change-Id: I5863af5d7c298ffe7fec38934307465947452958
This commit is contained in:
parent
82499b1246
commit
05e230fee4
|
@ -13,7 +13,7 @@
|
|||
"license-name": "GPL-2.0-or-later",
|
||||
"type": "editor",
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.41.0"
|
||||
"MediaWiki": ">= 1.41"
|
||||
},
|
||||
"MessagesDirs": {
|
||||
"WikiEditor": [
|
||||
|
@ -43,7 +43,10 @@
|
|||
},
|
||||
"ResourceModules": {
|
||||
"ext.wikiEditor": {
|
||||
"targets": [ "desktop", "mobile" ],
|
||||
"targets": [
|
||||
"desktop",
|
||||
"mobile"
|
||||
],
|
||||
"group": "ext.wikiEditor",
|
||||
"packageFiles": [
|
||||
"ext.wikiEditor.js",
|
||||
|
@ -272,7 +275,10 @@
|
|||
]
|
||||
},
|
||||
"ext.wikiEditor.styles": {
|
||||
"targets": [ "desktop", "mobile" ],
|
||||
"targets": [
|
||||
"desktop",
|
||||
"mobile"
|
||||
],
|
||||
"group": "ext.wikiEditor",
|
||||
"styles": "ext.wikiEditor.toolbar.styles.less"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue