diff --git a/extensions/akismet/composer.json b/extensions/akismet/composer.json index 93e202d0c..bfbc3a7e2 100644 --- a/extensions/akismet/composer.json +++ b/extensions/akismet/composer.json @@ -53,7 +53,9 @@ "bundlewatch": false, "backendTesting": true, "editorConfig": true, - "styleci": true + "styleci": true, + "admin": true, + "forum": true } } }, diff --git a/extensions/akismet/js/admin.ts b/extensions/akismet/js/admin.ts index 3eb559ff9..3e69ff3b9 100644 --- a/extensions/akismet/js/admin.ts +++ b/extensions/akismet/js/admin.ts @@ -1,10 +1 @@ -/* - * This file is part of Flarum. - * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - export * from './src/admin'; diff --git a/extensions/akismet/js/forum.ts b/extensions/akismet/js/forum.ts index cc78f6edc..facb26fab 100644 --- a/extensions/akismet/js/forum.ts +++ b/extensions/akismet/js/forum.ts @@ -1,10 +1 @@ -/* - * This file is part of Flarum. - * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - export * from './src/forum';