From a732e360d8dcce1b0962f267d6621d5119b2b9f8 Mon Sep 17 00:00:00 2001 From: eamedina Date: Tue, 7 May 2024 15:40:08 -0400 Subject: [PATCH] Rename colorScheme to color-scheme for consistency --- src/init.js | 2 +- src/link/{colorScheme.js => color-scheme.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/link/{colorScheme.js => color-scheme.js} (100%) diff --git a/src/init.js b/src/init.js index 3a2025d..023d649 100644 --- a/src/init.js +++ b/src/init.js @@ -1,5 +1,5 @@ /* global wikipediapreview_init_options */ -import { getColorScheme, observeDarkModePluginActivation } from './link/colorScheme'; +import { getColorScheme, observeDarkModePluginActivation } from './link/color-scheme'; const init = ( scheme ) => { wikipediaPreview.init( { diff --git a/src/link/colorScheme.js b/src/link/color-scheme.js similarity index 100% rename from src/link/colorScheme.js rename to src/link/color-scheme.js