Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
add context menu
Browse files Browse the repository at this point in the history
fixes #78
  • Loading branch information
sindresorhus committed Jun 4, 2016
1 parent a3fc6ad commit 44ba1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const config = require('./config');

require('electron-debug')();
require('electron-dl')();
require('electron-context-menu')();

let mainWindow;
let isQuitting = false;
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"dependencies": {
"electron-config": "^0.1.1",
"electron-context-menu": "^0.1.0",
"electron-debug": "^1.0.0",
"electron-dl": "^1.0.0"
},
Expand Down

0 comments on commit 44ba1ef

Please sign in to comment.