1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 20:02:06 +02:00

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-20 03:25:07 -05:00
parent 1bb5c2a609
commit 99033734e2
14 changed files with 2952 additions and 11681 deletions

View File

@@ -2,7 +2,9 @@
"name": "flarum/embed",
"description": "Embed Flarum discussions as comments for your blog.",
"type": "flarum-extension",
"keywords": ["discussion"],
"keywords": [
"discussion"
],
"license": "MIT",
"support": {
"issues": "https://github.com/flarum/core/issues",
@@ -36,6 +38,23 @@
"backgroundColor": "#B9D233",
"color": "#fff"
}
},
"flarum-cli": {
"modules": {
"admin": false,
"forum": true,
"js": true,
"jsCommon": false,
"css": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
}
}