Skip to content

Commit 15febd1

Browse files
ilatypovrecrsn
authored andcommittedJun 1, 2020
Allow using an enterprise artifactory.
Revert to using a deep path so that the local artifactory can host gyp binaries of different packages. A small change in node-pre-gyp will allow to use a single .npmrc variable to host binary requisites for many packages in one enterprise artifactory. mapbox/node-pre-gyp#416
1 parent 96c41e2 commit 15febd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"module_name": "bcrypt_lib",
5959
"module_path": "./lib/binding/napi-v{napi_build_version}",
6060
"package_name": "{module_name}-v{version}-napi-v{napi_build_version}-{platform}-{arch}-{libc}.tar.gz",
61-
"host": "https://github.com/kelektiv/node.bcrypt.js/releases/download/",
62-
"remote_path": "v{version}",
61+
"host": "https://github.com",
62+
"remote_path": "kelektiv/node.bcrypt.js/releases/download/v{version}",
6363
"napi_versions": [
6464
3
6565
]

0 commit comments

Comments
 (0)
Please sign in to comment.