mirror of
https://github.com/flarum/core.git
synced 2025-08-16 21:34:08 +02:00
Apply flarum-cli audit fix (#3248)
This commit is contained in:
committed by
GitHub
parent
22f8c44b4d
commit
bf23f32a92
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user