1
0
mirror of https://github.com/flarum/core.git synced 2025-08-27 01:55:04 +02:00

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-20 03:38:34 -05:00
parent 2d50029435
commit 2c0e6798f9
17 changed files with 2950 additions and 11670 deletions

View File

@@ -2,7 +2,9 @@
"name": "flarum/lock",
"description": "End a discussion and don't let anyone add further replies.",
"type": "flarum-extension",
"keywords": ["moderation"],
"keywords": [
"moderation"
],
"license": "MIT",
"support": {
"issues": "https://github.com/flarum/core/issues",
@@ -36,6 +38,23 @@
"backgroundColor": "#ddd",
"color": "#666"
}
},
"flarum-cli": {
"modules": {
"admin": true,
"forum": true,
"js": true,
"jsCommon": false,
"css": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
}
}