Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
veloxy committed Dec 4, 2018
1 parent 72ac722 commit 55644cc
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 225 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pomodoro",
"version": "1.2.0",
"version": "1.2.1",
"repository": "git@github.com:veloxy/pomodoro-electron.git",
"description": "Pomodoro in electron",
"main": "src/script.js",
Expand All @@ -11,7 +11,8 @@
"author": "Kevin Vandenborne",
"license": "ISC",
"devDependencies": {
"electron-builder": "^19.42.1"
"electron-builder": "^19.42.1",
"electron": "^3.0.10"
},
"build": {
"mac": {
Expand Down Expand Up @@ -39,7 +40,6 @@
},
"dependencies": {
"@slack/client": "^4.0.1",
"electron": "^3.0.10",
"electron-settings": "^3.1.4",
"jquery": "^3.3.1"
}
Expand Down
Loading

0 comments on commit 55644cc

Please sign in to comment.