diff options
author | Max Romanov <max.romanov@nginx.com> | 2019-06-17 18:16:06 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2019-06-17 18:16:06 +0300 |
commit | 24400b3a5da2725dcad8d445911b5b4001a966ac (patch) | |
tree | 076b9467fcf94fb3a0cbdf88f7badbd0ea34e866 /src/nodejs | |
parent | 1f8c395fc0bc9d1a18391a2ae3b0f282b91ff19c (diff) | |
download | unit-24400b3a5da2725dcad8d445911b5b4001a966ac.tar.gz unit-24400b3a5da2725dcad8d445911b5b4001a966ac.tar.bz2 |
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.
Diffstat (limited to 'src/nodejs')
-rw-r--r-- | src/nodejs/unit-http/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |