We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79a3eb6 + 776e644 commit 1365166Copy full SHA for 1365166
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "qemu",
3
- "version": "2.9.0",
+ "version": "2.11.1",
4
"description": "QEmu as a npm package for NodeOS",
5
"bin": {
6
"ivshmem-client": "bin/ivshmem-client",
@@ -21,7 +21,7 @@
21
"main": "index.js",
22
"scripts": {
23
"BigRedButton": "scripts/BigRedButton",
24
- "build": "scripts/build",
+ "build": "scripts/build.sh",
25
"ci": "scripts/ci",
26
"install": "prebuild-install -d https://github.com/NodeOS/qemu/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build",
27
"mergeOrRelease": "scripts/mergeOrRelease",
@@ -57,4 +57,4 @@
57
"type": "DirectoryIndex",
58
"url": "https://download.qemu.org/"
59
}
60
-}
+}
0 commit comments