From 06bff073e9796f9134f7ea34a21b15e109eb04eb Mon Sep 17 00:00:00 2001 From: David Ralph Date: Wed, 22 Sep 2021 16:20:28 +0100 Subject: [PATCH] 0.2.3 --- index.d.ts | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.d.ts b/index.d.ts index de8f367..adc15cb 100644 --- a/index.d.ts +++ b/index.d.ts @@ -58,7 +58,7 @@ declare module 'leeks.js' { /** Alias for `supportsColour` */ export const supportsColor: boolean; - /** Check if colours are supported (From https://github.com/jorgebucaran/colorette) (returns false on all browsers) */ + /** Check if colours are supported (returns false on browser) */ export const supportsColour: boolean; /** @@ -122,6 +122,6 @@ declare module 'leeks.js' { /** Disable colour support for leeks.js */ export type disableColours = () => void; - /** Alias for `disabeColours` */ + /** Alias for `disableColours` */ export type disableColors = () => void; -}; +} diff --git a/package.json b/package.json index cd1d0db..f0038f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leeks.js", - "version": "0.2.2", + "version": "0.2.3", "description": "Simple ANSI styling for your terminal", "author": "David Ralph", "license": "MIT",