Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ralph committed Sep 22, 2021
1 parent c67cf54 commit 06bff07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 06bff07

Please sign in to comment.