Skip to content

Commit

Permalink
Add support for Node 11
Browse files Browse the repository at this point in the history
Add correct ABI number for node 11 in package.json
  • Loading branch information
Djiit committed Dec 15, 2018
1 parent 7645723 commit 72349df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iohook",
"version": "0.2.5",
"version": "0.2.6",
"description": "Node.js global keyboard and mouse hook",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -123,6 +123,11 @@
"node",
"10.0.0",
"64"
],
[
"node",
"11.4.0",
"67"
]
]
}

0 comments on commit 72349df

Please sign in to comment.