Skip to content

Commit

Permalink
Merge pull request #28 from PilatusDevs/feature/update-all-dependenci…
Browse files Browse the repository at this point in the history
…es-and-release

update and release
  • Loading branch information
M4Yt authored Oct 12, 2018
2 parents 26355ab + 5c2a552 commit 701cf08
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 77 deletions.
4 changes: 0 additions & 4 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ function createWindow () {
slashes: true
}));

// Open the DevTools.
//TODO remove this by default, but have an option to enable this
//win.webContents.openDevTools();

// Emitted when the window is closed.
win.on("closed", () => {
// Dereference the window object, usually you would store windows
Expand Down
145 changes: 76 additions & 69 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statuspilatus",
"version": "0.2.0",
"version": "0.3.0",
"description": "Monitor your PC like never before!",
"main": "app/index.js",
"build": {
Expand Down Expand Up @@ -90,11 +90,11 @@
"bootstrap": "^3.3.7",
"chart.js": "^2.7.2",
"jquery": "^3.3.1",
"proglistr": "^1.3.3",
"systeminformation": "^3.45.6"
"proglistr": "^1.4.0",
"systeminformation": "^3.45.7"
},
"devDependencies": {
"electron": "^2.0.11",
"electron": "^3.0.4",
"electron-builder": "^20.28.4",
"eslint": "^5.6.1"
},
Expand Down

0 comments on commit 701cf08

Please sign in to comment.