Comparing version 0.3.1 to 0.4.0
@@ -13,5 +13,6 @@ cmake_minimum_required(VERSION 2.8) | ||
use_c99() | ||
set (CMAKE_CXX_STANDARD 11) | ||
project(iohook) | ||
@@ -18,0 +19,0 @@ |
{ | ||
"name": "iohook", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "Node.js global keyboard and mouse hook", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
"archiver": "^2.1.1", | ||
"cmake-js": "^3.6.2", | ||
"cmake-js": "^5.1.0", | ||
"jest": "^22.4.3", | ||
@@ -103,2 +103,7 @@ "mkdirp": "^0.5.1", | ||
[ | ||
"electron", | ||
"4.0.4", | ||
"69" | ||
], | ||
[ | ||
"node", | ||
@@ -105,0 +110,0 @@ "6.9.4", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71790