Skip to content

Commit

Permalink
Added peer dependency of electron lower than 4.0
Browse files Browse the repository at this point in the history
Closes: wojtkowiak#3
  • Loading branch information
Gleb Mikheev authored Jan 29, 2019
1 parent 6d0ca55 commit c305e8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"nan": "2.11.0",
"node-gyp": "3.8.0"
},
"peerDependencies": {
"electron": "<4.0.0"
},
"scripts": {
"compile": "node-gyp rebuild",
"start": "node main.js",
Expand Down

0 comments on commit c305e8b

Please sign in to comment.