diff options
Diffstat (limited to 'pkg/npm')
-rw-r--r-- | pkg/npm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/npm/Makefile b/pkg/npm/Makefile index 8636dd0b..ef8ef7b5 100644 --- a/pkg/npm/Makefile +++ b/pkg/npm/Makefile @@ -13,7 +13,7 @@ copy: cp -rp ../../src/nodejs/unit-http . echo '#define NXT_NODE_VERNUM ${VERNUM}' > unit-http/version.h mv unit-http/binding_pub.gyp unit-http/binding.gyp - sed -e 's/"version"\s*:.*/"version": "${VERSION}.0",/' \ + sed -e 's/"version"\s*:.*/"version": "${VERSION}",/' \ unit-http/package.json > unit-http/package.json.tmp mv unit-http/package.json.tmp unit-http/package.json |