From fbf63c7a4f1f6f913e402a2653d098d47b63f949 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Thu, 6 Jan 2022 21:47:40 -0500 Subject: [PATCH] Rerun audit infra --fix --- extensions/akismet/composer.json | 4 +++- extensions/akismet/js/admin.ts | 9 --------- extensions/akismet/js/forum.ts | 9 --------- 3 files changed, 3 insertions(+), 19 deletions(-) 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';