From a32a9aa8e603af319dece46cf0c97691a8ac1ff9 Mon Sep 17 00:00:00 2001 From: Mohamed-Elzohary <48733136+Mohamed-Elzohary@users.noreply.github.com> Date: Fri, 24 Dec 2021 22:06:33 +0200 Subject: [PATCH] added node-heapdump binding.gyp --- docs/binding.gyp-files-in-the-wild.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/binding.gyp-files-in-the-wild.md b/docs/binding.gyp-files-in-the-wild.md index c4603dd3d1..795d2fd2ec 100644 --- a/docs/binding.gyp-files-in-the-wild.md +++ b/docs/binding.gyp-files-in-the-wild.md @@ -45,4 +45,5 @@ To add to this page, just add the link to the project's `binding.gyp` file below * [nodecv](https://github.com/xudafeng/nodecv/blob/master/binding.gyp) * [magick-cli](https://github.com/NickNaso/magick-cli/blob/master/binding.gyp) * [sharp](https://github.com/lovell/sharp/blob/master/binding.gyp) - * [krb5](https://github.com/adaltas/node-krb5/blob/master/binding.gyp) \ No newline at end of file + * [krb5](https://github.com/adaltas/node-krb5/blob/master/binding.gyp) + * [node-heapdump](https://github.com/bnoordhuis/node-heapdump/blob/master/binding.gyp)