diff --git a/package.json b/package.json index 5405c495..e28f20dc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "typings": "keytar.d.ts", "name": "@postman/node-keytar", "description": "Bindings to native Mac/Linux/Windows password APIs", - "version": "7.9.2", + "version": "7.9.3", "license": "MIT", "repository": { "type": "git", @@ -30,8 +30,8 @@ ], "types": "./keytar.d.ts", "scripts": { - "install": "prebuild-install --verbose || npm run build -- --verbose", - "build": "node-gyp rebuild", + "install": "prebuild-install --verbose", + "build": "node-gyp rebuild --verbose", "lint": "npm run cpplint", "cpplint": "node-cpplint --filters legal-copyright,build-include,build-namespaces src/*.cc", "test": "npm run lint && npm rebuild && mocha --require babel-core/register spec/",