Removed backslash from author name in wails json

This commit is contained in:
John O'Keefe 2024-07-10 20:46:26 -04:00
parent 49e399d50c
commit 2f7e7cd744

View File

@ -7,7 +7,7 @@
"frontend:dev:watcher": "npm run dev", "frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto", "frontend:dev:serverUrl": "auto",
"author": { "author": {
"name": "John O\'Keefe", "name": "John O'Keefe",
"email": "jokeefe@fastmail.com" "email": "jokeefe@fastmail.com"
} }
} }