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

Rerun audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-06 21:47:40 -05:00
parent b4211a3920
commit fbf63c7a4f
3 changed files with 3 additions and 19 deletions

View File

@@ -53,7 +53,9 @@
"bundlewatch": false,
"backendTesting": true,
"editorConfig": true,
"styleci": true
"styleci": true,
"admin": true,
"forum": true
}
}
},

View File

@@ -1,10 +1 @@
/*
* This file is part of Flarum.
*
* (c) Toby Zerner <toby.zerner@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
export * from './src/admin';

View File

@@ -1,10 +1 @@
/*
* This file is part of Flarum.
*
* (c) Toby Zerner <toby.zerner@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
export * from './src/forum';