Rename our customized matchbrackets addon

Bug: T269096
Change-Id: I5b58099166f71ccc1b3b19334f28e8bbaafaceb3
This commit is contained in:
Thiemo Kreuz 2021-01-14 09:36:37 +01:00 committed by WMDE-Fisch
parent 9ab93e1c54
commit 473a711aaa
3 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ module.exports = function ( grunt ) {
},
all: [
'**/*.{js,json}',
'!resources/addon/edit/**',
'!resources/lib/**',
'!{vendor,node_modules}/**'
]

View file

@ -65,7 +65,7 @@
},
"ext.CodeMirror.addons": {
"scripts": [
"lib/codemirror/addon/edit/matchbrackets.js"
"addon/edit/matchbrackets-wmde.js"
],
"dependencies": [
"ext.CodeMirror.lib"