mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
extension.json: Drop 'es6' flag, always true since MediaWiki 1.41
Change-Id: I6f8b1ce80138a98037ac245b2dc551c5e9167349
This commit is contained in:
parent
a3f3cf9e3f
commit
2ef5278784
|
@ -144,7 +144,6 @@
|
|||
}
|
||||
},
|
||||
"ext.popups": {
|
||||
"es6": true,
|
||||
"packageFiles": [
|
||||
{
|
||||
"name": "resources/ext.popups/types.json",
|
||||
|
@ -154,7 +153,6 @@
|
|||
]
|
||||
},
|
||||
"ext.popups.main": {
|
||||
"es6": true,
|
||||
"scripts": [
|
||||
"resources/dist/index.js"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue