Skip to content

Commit

Permalink
release 7.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
opicacek committed Mar 13, 2023
1 parent 4430d86 commit 89bc88b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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/",
Expand Down

0 comments on commit 89bc88b

Please sign in to comment.