Skip to content

Commit 47c0071

Browse files
committed
Use custom nan
1 parent 53c9d7c commit 47c0071

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

generate/templates/templates/binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"include_dirs": [
8282
"vendor/libv8-convert",
8383
"vendor/libssh2/include",
84-
"<!(node -e \"require('nan')\")"
84+
"<!(node -e \"require('@axosoft/nan')\")"
8585
],
8686

8787
"cflags": [

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"node": ">= 12.19.0 < 13 || >= 14.10.0"
3939
},
4040
"dependencies": {
41+
"@axosoft/nan": "^2.18.0-gk.1",
4142
"@mapbox/node-pre-gyp": "^1.0.8",
4243
"fs-extra": "^7.0.0",
4344
"got": "^10.7.0",
4445
"json5": "^2.1.0",
4546
"lodash": "^4.17.14",
46-
"nan": "^2.15.0",
4747
"node-gyp": "^8.4.1",
4848
"ramda": "^0.25.0",
4949
"tar-fs": "^2.1.1"

0 commit comments

Comments
 (0)