Cleanup
This commit is contained in:
parent
dd541e5f70
commit
ad0c0f6865
3 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
.DS_Store
|
||||
.#*
|
||||
config.json
|
||||
node_modules
|
||||
log
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"lint": "eslint --ignore-pattern '**/node_modules/*' --ignore-pattern '**/log/*' --ignore-pattern 'supervise' --ignore-pattern '**/shared/*' ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@actual-app/api": "^2.0.1",
|
||||
"@actual-app/api": "2.0.1",
|
||||
"adm-zip": "^0.5.9",
|
||||
"bcrypt": "^5.0.1",
|
||||
"better-sqlite3": "^7.5.0",
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
james@james.local.427
|
Loading…
Reference in a new issue