Skip to content

Commit

Permalink
🎨 refactor to reduce repeated code
Browse files Browse the repository at this point in the history
  • Loading branch information
no2chem committed Mar 20, 2019
1 parent 9028e94 commit 75f3a8a
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 807 deletions.
7 changes: 6 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
],
"libraries": ["-L<(module_root_dir)/libbuild/evmc/lib/loader", "-levmc-loader"],
"include_dirs":
[ "evmc/include" ]
[ "evmc/include" ],
"cflags": [
"-fms-extensions", " -Wno-microsoft"
],'xcode_settings': {
'OTHER_CFLAGS': [ '-fms-extensions' , ' -Wno-microsoft']
}
}]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evmc",
"version": "1.0.7",
"version": "1.0.8",
"description": "Ethereum EVMC bindings for node.js",
"main": "dist/evmc.js",
"types": "dist/evmc.d.ts",
Expand Down
Loading

0 comments on commit 75f3a8a

Please sign in to comment.