Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "secp256k1", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "This module provides native bindings to ecdsa secp256k1 functions", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
"lint": "standard", | ||
"prepublish": "", | ||
"prepublish": "node-gyp rebuild && npm run lint && npm run test", | ||
"rebuild": "node-gyp rebuild", | ||
@@ -51,0 +51,0 @@ "test": "npm run test:node && npm run test:browser", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
740017