Skip to content

Commit

Permalink
update deps und entferne export in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed Jul 25, 2020
1 parent 350d48d commit 1c19898
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 50 deletions.
100 changes: 54 additions & 46 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
"electron": "^9.1.0",
"electron": "^9.1.1",
"electron-builder": "^22.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"prettier-plugin-svelte": "^1.1.0",
"rollup": "^2.21.0",
"rollup": "^2.23.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-externals": "^2.2.0",
Expand All @@ -31,7 +31,7 @@
"dependencies": {
"better-sqlite3": "^7.1.0",
"bulma": "^0.9.0",
"electron-store": "^5.2.0",
"electron-store": "^6.0.0",
"electron-util": "^0.14.2",
"ley": "^0.5.0",
"papaparse": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ const app = new App({
target: document.body
});

export default app;
// export default app;

0 comments on commit 1c19898

Please sign in to comment.