mirror of
https://github.com/flarum/core.git
synced 2025-08-30 03:20:36 +02:00
chore: flarum-cli audit infra --fix
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
"name": "flarum/lang-english",
|
||||
"type": "flarum-extension",
|
||||
"description": "English language pack.",
|
||||
"keywords": ["locale"],
|
||||
"keywords": [
|
||||
"locale"
|
||||
],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"flarum/core": "^1.1"
|
||||
@@ -29,6 +31,23 @@
|
||||
"flarum-locale": {
|
||||
"code": "en",
|
||||
"title": "English"
|
||||
},
|
||||
"flarum-cli": {
|
||||
"modules": {
|
||||
"admin": false,
|
||||
"forum": false,
|
||||
"js": false,
|
||||
"jsCommon": false,
|
||||
"css": false,
|
||||
"gitConf": true,
|
||||
"githubActions": false,
|
||||
"prettier": false,
|
||||
"typescript": false,
|
||||
"bundlewatch": false,
|
||||
"backendTesting": false,
|
||||
"editorConfig": true,
|
||||
"styleci": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user