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

Apply flarum-cli audit fix (#3248)

This commit is contained in:
Alexander Skvortsov
2022-01-03 16:57:09 -05:00
committed by GitHub
parent 7c3b51fec0
commit af77214967
11 changed files with 101 additions and 313 deletions

View File

@@ -109,8 +109,21 @@
"dev-master": "1.x-dev"
},
"flarum-cli": {
"excludeScaffolding": [
"LICENSE.md",
"js/tsconfig.json",
"js/webpack.config.js"
],
"modules": {
"backendTesting": true
"backendTesting": true,
"js": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": true,
"bundlewatch": true,
"editorConfig": true,
"styleci": true
}
}
},