Skip to content

Commit ccde0bc

Browse files
committed
Fixed an issue with Figlet font name
1 parent 74493c3 commit ccde0bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clear();
1111

1212
console.log(
1313
chalk.cyan(
14-
figlet.textSync('SLAppForge Debug Client', {font: 'doom', horizontalLayout: 'fitted'})
14+
figlet.textSync('SLAppForge Debug Client', {font: 'Doom', horizontalLayout: 'fitted'})
1515
)
1616
);
1717

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slappforge-debug-client",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "The local client component of SLAppForge AWS Lambda debugger toolkit. This should be installed as a global Node module in the develope machine.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)