summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodejs/unit-http/package.json')
-rw-r--r--src/nodejs/unit-http/package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/nodejs/unit-http/package.json b/src/nodejs/unit-http/package.json
index 6a2cd27c..13c91018 100644
--- a/src/nodejs/unit-http/package.json
+++ b/src/nodejs/unit-http/package.json
@@ -4,14 +4,15 @@
"description": "HTTP module for NGINX Unit",
"main": "http.js",
"files": [
+ "unit.h",
+ "version.h",
"addon.cpp",
- "binding.gyp",
- "http_server.js",
+ "unit.cpp",
"http.js",
+ "http_server.js",
"package.json",
"socket.js",
- "unit.cpp",
- "unit.h",
+ "binding.gyp",
"README.md"
],
"scripts": {