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

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-20 03:45:09 -05:00
parent 4c8bba3eb1
commit e9feb0aa58
17 changed files with 2384 additions and 11194 deletions

View File

@@ -38,6 +38,23 @@
"backgroundColor": "#539EC1",
"color": "#fff"
}
},
"flarum-cli": {
"modules": {
"admin": true,
"forum": true,
"js": true,
"jsCommon": false,
"css": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": false,
"bundlewatch": false,
"backendTesting": true,
"editorConfig": true,
"styleci": true
}
}
},
"scripts": {
@@ -57,6 +74,6 @@
},
"require-dev": {
"flarum/core": "*@dev",
"flarum/testing": "*@dev"
"flarum/testing": "^1.0.0"
}
}