Skip to content

Commit 5c96ea5

Browse files
author
LongYinan
committed
chore: add missing os and engines field in package.json
1 parent 2c36d27 commit 5c96ea5

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

packages/bcrypt/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"main": "index.js",
1010
"typings": "index.d.ts",
1111
"files": ["index.js", "index.d.ts", "*.node", "LICENSE", "LICENSE.rust-bcrypt"],
12+
"os": ["darwin", "linux", "win32"],
13+
"engines": {
14+
"node": ">= 8.9"
15+
},
1216
"publishConfig": {
1317
"registry": "https://registry.npmjs.org/",
1418
"access": "public"

packages/crc32/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"main": "index.js",
1010
"typings": "index.d.ts",
1111
"files": ["index.js", "index.d.ts", "*.node", "LICENSE", "COPYING"],
12+
"os": ["darwin", "linux", "win32"],
13+
"engines": {
14+
"node": ">= 8.9"
15+
},
1216
"publishConfig": {
1317
"registry": "https://registry.npmjs.org/",
1418
"access": "public"

packages/jieba/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"main": "index.js",
1010
"typings": "index.d.ts",
1111
"files": ["index.js", "index.d.ts", "*.node", "LICENSE"],
12+
"os": ["darwin", "linux", "win32"],
13+
"engines": {
14+
"node": ">= 8.9"
15+
},
1216
"publishConfig": {
1317
"registry": "https://registry.npmjs.org/",
1418
"access": "public"

0 commit comments

Comments
 (0)