Add missing comma in package.json
This commit is contained in:
parent
c77343e7e9
commit
753fd380c7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "actual",
|
"name": "actual",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A local-first personal finance system"
|
"description": "A local-first personal finance system",
|
||||||
"homepage": "https://github.com/actualbudget/actual/",
|
"homepage": "https://github.com/actualbudget/actual/",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/actualbudget/actual/issues/"
|
"url": "https://github.com/actualbudget/actual/issues/"
|
||||||
|
|
Loading…
Reference in a new issue