Skip to content

Commit

Permalink
Co-authored-by: Rick Evans <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
yodanimal committed May 31, 2024
1 parent 85ceea3 commit b0a8dc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ elseif ($interfaceMode -eq 'G') {
else {
Show-ErrorMessage "Invalid input. Please enter 'C' for Console or 'G' for GUI."
}

<#
you should do this here
#>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "EchoEarnings WebApp",
"author": "dan",
"main": "localhost:8080",
"name": "EchoEarnings",
"name": "echoearnings",
"scripts": {
"test": "invoke-pester ./tests/*.ps1",
"start": "localhost:8080",
Expand Down

0 comments on commit b0a8dc4

Please sign in to comment.