Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
package: remove unnecessary binary stuff
do not do CI as part of test
  • Loading branch information
thom-nic committed Oct 31, 2023
1 parent d321d0c commit 3c9e40d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/kelektiv/node.bcrypt.js/issues"
},
"scripts": {
"test": "npm ci --build-from-source && jest",
"test": "jest",
"install": "node-gyp-build",
"build": "prebuildify --napi --tag-libc --strip"
},
Expand Down Expand Up @@ -56,13 +56,6 @@
"Nicola Del Gobbo <nicoladelgobbo@gmail.com> (https://github.com/NickNaso)"
],
"binary": {
"module_name": "bcrypt_lib",
"module_path": "./lib/binding/napi-v{napi_build_version}-{platform}-{arch}-{libc}",
"package_name": "{module_name}-v{version}-napi-v{napi_build_version}-{platform}-{arch}-{libc}.tar.gz",
"host": "https://github.com",
"remote_path": "kelektiv/node.bcrypt.js/releases/download/v{version}",
"napi_versions": [
3
]
"module_name": "bcrypt_lib"
}
}

0 comments on commit 3c9e40d

Please sign in to comment.