(nut-tree/nut.js#306) Specify supported os and cpu in package.json to enable Apple Silicon

This commit is contained in:
Simon Hofmann
2021-11-17 00:07:30 +01:00
parent 45376b1aab
commit 5e4dc1f05a
+10 -1
View File
@@ -41,5 +41,14 @@
},
"engines": {
"node": ">=10.15.3"
}
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}