Skip to content

Commit

Permalink
added target and runtime args
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterverweirder committed Jul 14, 2021
1 parent c972547 commit 60fc484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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": "kinect-azure",
"version": "0.2.0",
"version": "0.2.1",
"description": "Nodejs library to access the azure kinect data from the official SDK",
"repository": "https://github.com/wouterverweirder/kinect-azure",
"main": "lib/kinect-azure.js",
Expand All @@ -12,7 +12,7 @@
"node": ">= 10.16.0"
},
"scripts": {
"install": "prebuild-install || prebuild -t 4 --runtime napi || node-gyp rebuild",
"install": "prebuild-install -t 4 --runtime napi || prebuild -t 4 --runtime napi || node-gyp rebuild",
"prebuild": "prebuild -t 4 --runtime napi",
"package": "prebuild -t 4 --runtime napi -u",
"start": "cd ./examples/electron && npm start",
Expand Down

0 comments on commit 60fc484

Please sign in to comment.