From 5a3245cb42f4f41fef10b1e54060543e5dae2172 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Wed, 12 Oct 2022 11:51:53 +0800 Subject: [PATCH] Add TODO note --- source/index.d.ts | 1 + source/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/index.d.ts b/source/index.d.ts index 6c99db6..b0cd2ae 100644 --- a/source/index.d.ts +++ b/source/index.d.ts @@ -254,6 +254,7 @@ export { // } from '#supports-color'; } from './vendor/supports-color/index.js'; +// TODO: Remove these aliases in the next major version /** @deprecated Use `ModifierName` instead. diff --git a/source/index.js b/source/index.js index 7889031..8bc993d 100644 --- a/source/index.js +++ b/source/index.js @@ -210,7 +210,7 @@ export { backgroundColorNames, colorNames, - // TODO: Remove these aliases in next major version + // TODO: Remove these aliases in the next major version modifierNames as modifiers, foregroundColorNames as foregroundColors, backgroundColorNames as backgroundColors,