Skip to content

Commit d7c2033

Browse files
authored
Add 'linux' to supported operating systems
1 parent 3319cf9 commit d7c2033

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"node": ">=18"
2424
},
2525
"os": [
26-
"darwin"
26+
"darwin",
27+
"linux"
2728
],
2829
"publishConfig": {
2930
"access": "public"

0 commit comments

Comments
 (0)