Skip to content

Commit 9b619fc

Browse files
committed
fix(bindings): support for npm@3 flatness
1 parent 661f35b commit 9b619fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
'target_name': 'memwatch',
55
'include_dirs': [
6-
'node_modules/nan'
6+
"<!(node -e \"require('nan')\")"
77
],
88
'sources': [
99
'src/heapdiff.cc',

0 commit comments

Comments
 (0)