Skip to content

Commit 5e4dc1f

Browse files
committed
(nut-tree/nut.js#306) Specify supported os and cpu in package.json to enable Apple Silicon
1 parent 45376b1 commit 5e4dc1f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,14 @@
4141
},
4242
"engines": {
4343
"node": ">=10.15.3"
44-
}
44+
},
45+
"os": [
46+
"darwin",
47+
"linux",
48+
"win32"
49+
],
50+
"cpu": [
51+
"x64",
52+
"arm64"
53+
]
4554
}

0 commit comments

Comments
 (0)