Skip to content

Commit c2ee077

Browse files
committed
alphabetize scripts in package.json
Change-Id: I06dc5f89617eb4d04fae95a40f1f1919235f1258
1 parent fd6ca89 commit c2ee077

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "MIT",
66
"private": true,
77
"scripts": {
8+
"doc": "jsdoc -c jsdoc.json",
89
"minify:svg": "svgo --config=.svgo.config.js --quiet --folder src/ui/styles/images/ --folder demos/ve/",
9-
"test": "grunt test",
10-
"prepare": "grunt build",
1110
"postinstall": "cd rebaser && npm ci",
12-
"doc": "jsdoc -c jsdoc.json"
11+
"prepare": "grunt build",
12+
"test": "grunt test"
1313
},
1414
"homepage": "https://www.mediawiki.org/wiki/VisualEditor",
1515
"repository": {

0 commit comments

Comments
 (0)