diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-12-12 19:57:15 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-12-12 19:57:15 +0300 |
commit | aeb026c8ab41b907f2e19a9f2fa978717d034830 (patch) | |
tree | ce18ba7edd595b46b015e44ed61fac093b515bef /src/nodejs | |
parent | f51f95fa54b51a6c70939eba54c9823f3b941b87 (diff) | |
download | unit-aeb026c8ab41b907f2e19a9f2fa978717d034830.tar.gz unit-aeb026c8ab41b907f2e19a9f2fa978717d034830.tar.bz2 |
Node.js: removed unused dependency.
Diffstat (limited to 'src/nodejs')
-rw-r--r-- | src/nodejs/unit-http/package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nodejs/unit-http/package.json b/src/nodejs/unit-http/package.json index 3a15d573..6a2cd27c 100644 --- a/src/nodejs/unit-http/package.json +++ b/src/nodejs/unit-http/package.json @@ -22,8 +22,5 @@ }, "author": "Alexander Borisov", "license": "Apache-2.0", - "gypfile": true, - "dependencies": { - "node-addon-api": "1.2.0" - } + "gypfile": true } |