Skip to content

Commit 1365166

Browse files
authored
Merge Update_to_2.11.1 into master
2 parents 79a3eb6 + 776e644 commit 1365166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qemu",
3-
"version": "2.9.0",
3+
"version": "2.11.1",
44
"description": "QEmu as a npm package for NodeOS",
55
"bin": {
66
"ivshmem-client": "bin/ivshmem-client",
@@ -21,7 +21,7 @@
2121
"main": "index.js",
2222
"scripts": {
2323
"BigRedButton": "scripts/BigRedButton",
24-
"build": "scripts/build",
24+
"build": "scripts/build.sh",
2525
"ci": "scripts/ci",
2626
"install": "prebuild-install -d https://github.com/NodeOS/qemu/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build",
2727
"mergeOrRelease": "scripts/mergeOrRelease",
@@ -57,4 +57,4 @@
5757
"type": "DirectoryIndex",
5858
"url": "https://download.qemu.org/"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)