Skip to content

Commit a566e65

Browse files
authored
Update package.json
1 parent d9cf2df commit a566e65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@
2222
}
2323
},
2424
"engines": {
25-
"node": ">=20.0.0"
25+
"node": ">=20"
2626
},
2727
"scripts": {
2828
"test": "xo && ava && tsd"
2929
},
3030
"files": [
3131
"index.js",
32+
"worker.js",
3233
"index.d.ts"
3334
],
3435
"keywords": [
@@ -41,7 +42,8 @@
4142
"deasync",
4243
"fiber",
4344
"asynchronous",
44-
"async"
45+
"async",
46+
"worker"
4547
],
4648
"dependencies": {
4749
"subsume": "^4.0.0",

0 commit comments

Comments
 (0)