1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 19:40:02 +02:00

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-20 03:48:49 -05:00
parent 899131f258
commit 5b3839a2cc
16 changed files with 2956 additions and 11704 deletions

View File

@@ -2,7 +2,9 @@
"name": "flarum/pusher",
"description": "See new discussions and posts in real-time using Pusher.",
"type": "flarum-extension",
"keywords": ["discussion"],
"keywords": [
"discussion"
],
"license": "MIT",
"support": {
"issues": "https://github.com/flarum/core/issues",
@@ -40,6 +42,23 @@
"backgroundColor": "#40bad8",
"color": "#fff"
}
},
"flarum-cli": {
"modules": {
"admin": true,
"forum": true,
"js": true,
"jsCommon": false,
"css": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": true,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
}
}