Skip to content

Commit

Permalink
Merge pull request #114 from wilix-team/chore-drop-old-versions-support
Browse files Browse the repository at this point in the history
chore: drop support for old nodejs versions
  • Loading branch information
Julien Tanay authored Jun 11, 2019
2 parents 6c53f06 + 92fd74f commit d56cf55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 47 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.5.0

* deprecation: Drop support for node < 8, electron < 1.8

## v0.4.6

* fix: fix Win32 builds
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ Found a bug? Have an idea? Feel free to post an [issue](https://github.com/Wilix

**Check out the [documentation](https://wilix-team.github.io/iohook).**

**Note for Node > 8.0 and Electron > 2.0.0 users:** version **v0.5.0** drops support for old platforms versions. Please use the the 0.4.X versions.

## Installation
iohook provides prebuilt version for a bunch of OSes and runtime versions.
iohook provides prebuilt version for a bunch of OSes and platforms.

```bash
npm install iohook --save # or yarn add iohook
Expand Down
47 changes: 1 addition & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iohook",
"version": "0.4.6",
"version": "0.5.0",
"description": "Node.js global keyboard and mouse hook",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -54,41 +54,6 @@
"vuepress": "^0.14.4"
},
"supportedTargets": [
[
"electron",
"1.2.8",
"48"
],
[
"electron",
"1.3.13",
"49"
],
[
"electron",
"1.4.15",
"50"
],
[
"electron",
"1.5.0",
"51"
],
[
"electron",
"1.6.0",
"53"
],
[
"electron",
"1.7.12",
"54"
],
[
"electron",
"1.8.2",
"57"
],
[
"electron",
"2.0.0",
Expand All @@ -109,16 +74,6 @@
"5.0.0",
"70"
],
[
"node",
"6.9.4",
"48"
],
[
"node",
"7.4.0",
"51"
],
[
"node",
"8.9.3",
Expand Down

0 comments on commit d56cf55

Please sign in to comment.