From 6b991384b8a3a6b7c6e562627196d1c3e5b0df94 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Mon, 17 Jun 2019 18:16:06 +0300 Subject: Node.js: packaging new nxt_napi.h. File nxt_napi.h (introduced in 53533ba0097c) added into packaged files list. This closes #261 issue on GitHub. --- src/nodejs/unit-http/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nodejs/unit-http/package.json') diff --git a/src/nodejs/unit-http/package.json b/src/nodejs/unit-http/package.json index 13c91018..6a6c00b4 100644 --- a/src/nodejs/unit-http/package.json +++ b/src/nodejs/unit-http/package.json @@ -10,6 +10,7 @@ "unit.cpp", "http.js", "http_server.js", + "nxt_napi.h", "package.json", "socket.js", "binding.gyp", -- cgit