Skip to content

Commit

Permalink
fix: correct prebuild stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
marudor committed Jul 27, 2024
1 parent 7ef018c commit 28c7258
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,12 @@
"Marco Rogers"
],
"packageManager": "[email protected]+sha256.487609e857f1c11780cc98dd0bfe4c8a8b11c7f23bc3a4493ac7d263d6fb6c8c",
"binary": {
"module_name": "xmljs",
"module_path": "./build/Release/",
"host": "https://github.com",
"remote_path": "./marudor/libxmljs2/releases/download/v{version}/",
"package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
},
"description": "libxml bindings for v8 javascript engine",
"version": "0.34.0",
"scripts": {
"build": "node-gyp rebuild",
"prebuild": "prebuild",
"prebuild:macArm": "prebuild -t 108 -t 115 -t 120",
"install": "prebuild-install || node-gyp rebuild",
"test": "node --expose_gc ./node_modules/jest/bin/jest.js",
"tsd": "tsd"
Expand Down

0 comments on commit 28c7258

Please sign in to comment.