Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed May 5, 2020
1 parent ed155b5 commit 7bffef3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dist": "npm run build && electron-builder -l",
"start:electron": "electron .",
"dev:development": "rollup --config --watch",
"dev:electron": "electron .",
"dev:electron": "ELECTRON_DEV=1 electron .",
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
Expand All @@ -35,6 +35,6 @@
"electron-util": "^0.14.1",
"ley": "^0.5.0",
"papaparse": "^5.2.0",
"svelte": "^3.22.1"
"svelte": "^3.22.2"
}
}
1 change: 0 additions & 1 deletion src/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ export async function db_check() {
console.log("schließe Datenbank…");
} catch (e) { console.log('Datenbank konnte nicht geschlossen werden: ',e)}
});
console.log(db)
}

0 comments on commit 7bffef3

Please sign in to comment.