mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-27 08:30:26 +00:00
3bb1c3173f
Steps, so that others can know how to upgrade later: * Alter entry in package.json and run `npm i` and then `npx grunt update-ace` to update. * Test locally for CSS, JS, and JSON pages (as the most-affected types). * Verify code diffs and add to git staging manually. * Update foreign-resources.yaml entry manually. Bug: T342387 Change-Id: I3566e8271ce37807f7d24867680d8229aa97302c
22 lines
506 B
JSON
22 lines
506 B
JSON
{
|
|
"name": "codeeditor",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the CodeEditor extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"ace-builds": "1.32.7",
|
|
"eslint-config-wikimedia": "0.26.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.1",
|
|
"grunt-contrib-clean": "2.0.1",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-exec": "3.0.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"stylelint-config-wikimedia": "0.16.1"
|
|
}
|
|
}
|