Skip to content

Commit 9607b47

Browse files
updating tags
1 parent 39115d6 commit 9607b47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const {execSync} = require('child_process');
22

33
if (!process.env.PREBUILD) {
4-
execSync('npx prebuild-install --runtime napi');
4+
execSync('npx prebuild-install --target 4 --runtime napi');
55
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beamcoder-prebuild",
3-
"version": "0.7.1-rc.1",
3+
"version": "0.7.1-rc.2",
44
"description": "Node.js native bindings to FFmpeg.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)