Skip to content

Commit

Permalink
fix(deps): corrects nan dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-korsa committed Nov 20, 2021
1 parent 0502ed4 commit 45b17cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Expand Up @@ -60,7 +60,7 @@
"src/binding/main.cpp"
],
"include_dirs": [
"node_modules/nan"
"<!(node -e \"require('nan')\")"
],
"msvs_settings": {
"VCCLCompilerTool": {
Expand Down

0 comments on commit 45b17cd

Please sign in to comment.