Skip to content

Commit

Permalink
chore: skip reporting C4244 as error (#52)
Browse files Browse the repository at this point in the history
* chore: skip reporting C4244 as error

* chore: bump 3.3.4
  • Loading branch information
deepak1556 committed Apr 24, 2023
1 parent f30d84e commit 07180d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'VCCLCompilerTool': {
'AdditionalOptions': [
'/guard:cf',
'/we4244',
'/w34244',
'/we4267',
'/ZH:SHA_256'
]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native-keymap",
"version": "3.3.3",
"version": "3.3.4",
"description": "Get OS key mapping",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 07180d3

Please sign in to comment.