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 | 6b991384b8a3a6b7c6e562627196d1c3e5b0df94 (patch) | |
tree | 4ba6eb6845fc70ea329a0f0755fef69b64c101ea /src/nodejs/unit-http/package.json | |
parent | fa7c44b9398fa8ef78e5ef09ae82bb24fd21b566 (diff) | |
download | unit-6b991384b8a3a6b7c6e562627196d1c3e5b0df94.tar.gz unit-6b991384b8a3a6b7c6e562627196d1c3e5b0df94.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 '')
-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", |