Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 59514e9

Browse files
committed
Added engines property to list supported versions
1 parent e6813db commit 59514e9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@
2323
"win32"
2424
],
2525
"cpu": [
26-
"x64",
27-
"ia32"
26+
"x64"
2827
],
28+
"engines": {
29+
"node": "12.x || 14.x || 15.x || 16.x",
30+
"electron": "7.x || 9.x || 10.x || 11.x || 12.x || 13.x"
31+
},
2932
"keywords": [
3033
"native",
3134
"system",

0 commit comments

Comments
 (0)