Skip to content

Commit

Permalink
Add nodejs symbol (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored and sindresorhus committed Oct 22, 2019
1 parent db8db43 commit e07f975
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -47,6 +47,7 @@ declare const figures: {
readonly smiley: string;
readonly mustache: string;
readonly heart: string;
readonly nodejs: string;
readonly arrowUp: string;
readonly arrowDown: string;
readonly arrowLeft: string;
Expand Down
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -31,6 +31,7 @@ const main = {
smiley: '㋡',
mustache: '෴',
heart: '♥',
nodejs: '⬢',
arrowUp: '↑',
arrowDown: '↓',
arrowLeft: '←',
Expand Down Expand Up @@ -90,6 +91,7 @@ const windows = {
smiley: '☺',
mustache: '┌─┐',
heart: main.heart,
nodejs: '♦',
arrowUp: main.arrowUp,
arrowDown: main.arrowDown,
arrowLeft: main.arrowLeft,
Expand Down
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -79,6 +79,7 @@ String where the Unicode symbols will be replaced with fallback symbols dependin
| smiley |||
| mustache || ┌─┐ |
| heart |||
| nodejs |||
| arrowUp |||
| arrowDown |||
| arrowLeft |||
Expand Down

0 comments on commit e07f975

Please sign in to comment.