1
0
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:
Alexander Skvortsov
2022-01-20 03:33:49 -05:00
parent 068c513966
commit 2e68c53af1
5 changed files with 66 additions and 47 deletions

View File

@@ -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
}
}
}
}