diff --git a/binding.gyp b/binding.gyp index 6584496..921286b 100644 --- a/binding.gyp +++ b/binding.gyp @@ -18,6 +18,8 @@ '/guard:cf', '/sdl', '/W3', + '/w34244', + '/w34267', '/ZH:SHA_256' ] }, diff --git a/package-lock.json b/package-lock.json index e2fdcc6..b7c13a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "native-keymap", - "version": "3.3.6", + "version": "3.3.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "native-keymap", - "version": "3.3.6", + "version": "3.3.7", "license": "MIT" } } diff --git a/package.json b/package.json index d3d2044..84472cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-keymap", - "version": "3.3.6", + "version": "3.3.7", "description": "Get OS key mapping", "main": "index.js", "typings": "index.d.ts",