Skip to content

Commit

Permalink
Updating electron version to include chromium update
Browse files Browse the repository at this point in the history
Closes #138
  • Loading branch information
thamara committed Nov 5, 2019
1 parent ff91d54 commit 06d14bb
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 12 deletions.
87 changes: 79 additions & 8 deletions package-lock.json

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

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "Log work hours and get notified when it's time to leave the office and start to live.",
"homepage": "https://github.com/thamara/time-to-leave#readme",
"repository": {
"type" : "git",
"url" : "github:thamara/time-to-leave.git"
"type": "git",
"url": "github:thamara/time-to-leave.git"
},
"main": "main.js",
"scripts": {
Expand All @@ -17,11 +17,14 @@
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icon-mac.icns --prune=true --out=release-builds",
"package-win": "electron-packager . --overwrite --asar=true --platform=win32 --arch=ia32 --icon=assets/timer.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"Time to Leave\""
},
"pre-commit": [ "lint-fix","test" ],
"pre-commit": [
"lint-fix",
"test"
],
"author": "Thamara Andrade",
"license": "ISC",
"devDependencies": {
"electron": "^6.0.9",
"electron": "^7.0.1",
"electron-eslint": "^3.12.2",
"electron-packager": "^14.0.6",
"mocha": "^6.2.0",
Expand Down

0 comments on commit 06d14bb

Please sign in to comment.