Rename nodejs example directory

This commit is contained in:
Joseph Henry
2021-02-23 21:32:02 -08:00
parent 888030c827
commit cfe3811a4a
12 changed files with 0 additions and 0 deletions

11
examples/nodejs/auto.gypi Normal file
View File

@@ -0,0 +1,11 @@
# Automatically generated file. Edits will be lost.
# Based on: autogypi.json
{
"include_dirs": [
"node_modules/nan"
],
"includes": [
"node_modules/nbind/src/nbind.gypi"
]
}