Skip to content

Commit

Permalink
Allow using an enterprise artifactory.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ilatypov committed Aug 31, 2018
1 parent d32a1a6 commit e623bea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -11,7 +11,7 @@
"crypto"
],
"main": "./bcrypt",
"version": "3.0.0",
"version": "3.0.1",
"author": "Nick Campbell (https://github.com/ncb000gt)",
"engines": {
"node": ">= 6.0.0"
Expand Down Expand Up @@ -60,7 +60,7 @@
"module_name": "bcrypt_lib",
"module_path": "./lib/binding/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
"host": "https://github.com/kelektiv/node.bcrypt.js/releases/download/",
"remote_path": "v{version}"
"host": "https://github.com",
"remote_path": "kelektiv/node.bcrypt.js/releases/download/v{version}"
}
}

0 comments on commit e623bea

Please sign in to comment.