Skip to content

Commit 640b03f

Browse files
committed
Add os field
1 parent 94d5911 commit 640b03f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/snippets/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,16 @@
3232
"node": ">=0.10.0",
3333
"npm": ">2.7.0"
3434
},
35+
"os": [
36+
"aix",
37+
"darwin",
38+
"freebsd",
39+
"linux",
40+
"macos",
41+
"openbsd",
42+
"sunos",
43+
"win32",
44+
"windows"
45+
],
3546
"license": "Apache-2.0"
3647
}

0 commit comments

Comments
 (0)