Skip to content

Commit

Permalink
fix: prevent node-addon-api from being called during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Monin committed Jan 12, 2025
1 parent 06a94c8 commit 856468f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primno/dpapi",
"version": "2.0.0",
"version": "2.0.1",
"description": "Pre-built version of DPAPI (Data Protection API of Windows). Encrypt and decrypt data.",
"main": "dist/index.js",
"files": [
Expand All @@ -12,7 +12,7 @@
],
"gypfile": true,
"scripts": {
"install": "node-gyp-build",
"install": "exit 0",
"build": "tsc && npm run prebuild",
"rebuild": "npm run install --build-from-source",
"prebuild": "prebuildify --napi --strip --arch x64 && prebuildify --napi --strip --arch arm64",
Expand Down

0 comments on commit 856468f

Please sign in to comment.